Visual Composer – Content Position Middle

This topic has 7 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Robert Hall

  • Avatar: robertsenuk
    robertsenuk
    Participant
    March 2, 2016 at 17:09

    Hello,

    I would like the “modern Folk” text on the top right at http://viedigital.gb.net/sm/ to be vertically aligned.

    I notice Visual Composer has a Content Position option. But selecting this to “Middle” seems to have no effect.

    I saw a similar topic at https://www.8theme.com/topic/visual-composer-vertical-text-alignment-middle-does-not-work-at-all/ but not sure how to apply that to my situation.

    Thank you for your help.

    Rob

    Please, contact administrator
    for this information.
    6 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 2, 2016 at 17:41

    Hello,

    I’ve added this code to Page Setting. Please check.

    .vc_custom_heading{
        transform: rotate(-90deg);
    }

    Also changed the margin value for Custom Heading and Text Block elements.

    Regards,
    Robert Hall

    Avatar: robertsenuk
    robertsenuk
    Participant
    March 2, 2016 at 18:13

    Hello Robert,

    Thank you very much.

    I would still like the text to be horizontal but just to appear vertically centralised (middle of the page column) whatever the screen size.

    Is this possible? It seems like the Content Position in Visual Composer should do this but it has no affect when used here.

    Otherwise I will simply add margins in my child theme that adjust depending on screen size.

    Thanks

    Rob

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 2, 2016 at 19:21

    I’ve created a custom class for column then added the following CSS in Page Settings. Please check.

    .custom_column_position{
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -50px;
    }

    Regards,
    Robert Hall

    Avatar: robertsenuk
    robertsenuk
    Participant
    March 2, 2016 at 19:44

    Hi Robert,

    Yes that works great, thank you very much!

    Finally, would you know why part of the image background one home page is off the screen to the right? At certain sizes the text is slightly cut off because of this.

    Thanks in advance for your help.

    Rob

    Avatar: robertsenuk
    robertsenuk
    Participant
    March 2, 2016 at 19:47

    Not to worry, I’ve managed to nudge the text more to the left so this isn’t a problem really.

    Thanks again

    Rob

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 2, 2016 at 20:00

    You’re welcome!

    Regards,
    Robert Hall

  • Viewing 7 results - 1 through 7 (of 7 total)

The issue related to '‘Visual Composer – Content Position Middle’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.