Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1179593

    Hi, I found in an old forum this code

    #top.home #revolutionslider_1 {
    min-height: 100% !important;
    }

    I used it to remove the whitespace under my homepage slider, but now I need to adjust the code to the slider I made for my news page. The embed code is: [rev_slider alias=”News-Page”][/rev_slider]

    Can you please advise on the changes needed?

    #1179962

    Hey leahmessina,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    #top #main .avia-section .template-page {
      padding-top: 10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1180100

    Hi,
    I don’t think that did it just quite.

    Your screenshot shows the Layerslider Slide and not Revolution Slider. I’ve added the revolution slider to another page that is password protected. See private content for access.

    The slider will live on /news/ but until it is public ready I won’t put it up.

    #1180324

    Hi leahmessina,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .avia-revolutionslider {
      min-height: auto !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1182193

    that did it – this can be closed

    #1182196

    Hi,

    I’m glad this was resolved. If you need additional help, please please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Revolution slider white space’ is closed to new replies.