Viewing 1 reply thread
You must be logged in to reply to this topic.
Custom CSS for
Hello,
First, you can change this value in Specular > Layout > Page Builder Row Margin Bottom. As for the css, for every case like this (where the default values do not get overwritten) just add !important
to your code. Example:
.vc_row.section-style, .vc_row.standard_section {
margin-bottom: 0px !important;
}
Best regards!
You must be logged in to reply to this topic.