This topic has 7 replies, 2 voices, and was last updated 8 years, 9 months ago ago by Robert Hall
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
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
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
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
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
Not to worry, I’ve managed to nudge the text more to the left so this isn’t a problem really.
Thanks again
Rob
You’re welcome!
Regards,
Robert Hall
The issue related to '‘Visual Composer – Content Position Middle’' has been successfully resolved, and the topic is now closed for further responses