Viewing 7 reply threads
You must be logged in to reply to this topic.
With a background colour designated, two columns in the same row don’t line up at the bottom of the row. <span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; font-weight: bold; line-height: 18.2px;”>Full height row? </span><span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; line-height: 18.2px;”>is set to yes.</span> <span style=”color: #444444; font-family: ‘Open Sans’, sans-serif; line-height: 18.2px;”> Same across whole site. Thank you for your response.</span>
Hello,
Sorry for the late reply.
Can you please send us a link where you have this?
Best regards!
Hello,
Please add this code into your custom css box:
.vc_col-sm-6.theravines-intro.wpb_column.column_container.with_padding {
height: 438px !important;
}
Best regards!
Hello,
I don’t see any column not aligned with each other. Please can you show me a screenshot?
Are you talking about this line with colors bg https://www.clipular.com/c/6352962052947968.png?k=dNz9aGwPieHf1m6JEnKarxcriew?
This is an empty row with fullwidth content.
Let me know.
Best regards!
Hello,
The Specular theme does not have any issue with Visual Composer. But you have installed other plugins that are conflicting with theme scripts. This plugin: wp-content/plugins/jch-optimize/assets/wp-content/plugins/gz/30.. is affecting row height. To edit it without disabling the third party plugin, try to add this code into your custom css box:
.vc_col-sm-6.theravines-intro.wpb_column.column_container.with_padding {
height: 648px!important;
}
It will make both column content in the same height. Result.
-I don’t see any misalignment in this page.
Let us know.
Best regards!
You must be logged in to reply to this topic.