This topic has 9 replies, 4 voices, and was last updated 9 years, 8 months ago ago by Eva Kemp
Good morning!
I’m trying to eliminate the standard margin (about 30px) of columns in a specific page to obtain a layout without spaces between images.
I’m using interactive banner 2 for single boxes (because of the style and the hover effects) and setted every margin and padding of rows and columns to 0 in “design options” of VC to override standard ones. But it doesn’t work for bottom margins. Any suggestion on how to solve the issue or obtain the same effect with existing tool?
Thanks a lot!!
–
Flora
Hello,
Please add this code in custom.css file
.page .page-heading,
.page .ult-new-ib{
margin-bottom: 0px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thank you for the quick response. I was referring to the space between the first two interactive banner and the second one..I’m attaching an image for more clarity.
Thanks a lot!
—
F.
You may override it with custom.css code :
.wpb_column>.wpb_wrapper .ult-new-ib{margin-bottom:0!important}
However the straight way is to set them manualy from VC as you told us before.Please provide us with Wp-admin credentials to check the issue.
With best regards
Brian Johnson
Ok, of course I would prefer to use VC just to have control on this only in desired pages..:)
I really appreciate your help!
These are the admin credentials:
Hello,
I’ve added the code in CSS block of Visual Composer editor:
http://storage2.static.itmages.com/i/15/0313/h_1426265807_8897182_082a76f88c.png
Please check the banners now.
Thank you.
Regards,
Eva Kemp.
Yes. Your solution to add extra class was right as there are no options for margin within banner element. I have added following code into the style.css within child theme:
.marginzero {margin-bottom:0px !important;}
With best regards
Brian Johnson
Thank you all! Now it’s perfectly working..I missed the “!important” directive putting in the css of child theme my extra class.
Absolutely grateful for your help and the beautiful work you made with this theme!
Ragards,
Flora
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Some advice onhow to get rid of column margin in only one page’' has been successfully resolved, and the topic is now closed for further responses