See http://173.254.96.214/~vicautor/
This site has the vertical menu with logo on the left, and a sidebar on the right.
I have a revolution slider on the page, but I want to remove the top, left and right padding it has. Is there a theme option for this, or does this require custom css?
Thanks,
Rob
Hi robphat!
It seems like you added Revolution Slider using a shortcode inside a Text Block element. Please go to Plugin Additions tab of Advanced Layout Builder and add Revolution Slider element instead.
Best regards,
Yigit
Yigit,
I tried that at first, but that pushed the right sidebar below the slider. I assumed that was because that Rev Slider element is “Full Width”.
I just want the slider between the both sidebars with not left, right or top margin.
How do I do that?
Hi!
try this code in Quick CSS field:
.rev_slider_wrapper {
left: -50px;
width: 126%;
}
and adjust as needed.
Regards,
Andy
Thanks. But I’ve since decided it looks better as without the full width slider, but if I change my mind, I’ll use that css.