Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #534398

    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

    #534441

    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

    #534513

    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?

    #536641

    Hi!

    try this code in Quick CSS field:

    .rev_slider_wrapper {
    left: -50px;
    width: 126%;
    }
    

    and adjust as needed.

    Regards,
    Andy

    #536658

    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.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Slider in vertical menu layout’ is closed to new replies.