Viewing 2 reply threads
You must be logged in to reply to this topic.
I installed Tower for one of my clients and he doesn’t like the spaces between row elements, like on this page: https://misbegotten.us/home/
I tried changing the padding on the rows through visual composer, but it looks bad when I look at it on a mobile device. Can anything be done to remove extra spacing, but not mess with the responsive UX?
Thank you!
Susan
Hello,
Yes, please add this code into your custom css box:
.vc_col-sm-12.wpb_column.column_container.with_padding {
margin-bottom: -43px !important;
}
Edit the value to your wish.
Best regards!
This fixed it, thank you so much, Mihaila. You’re the best!
You must be logged in to reply to this topic.