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

    I’m not sure why, but I can’t get my top slider to be 100% width )no padding).

    When I tried to modify it, it made the whole site 100%.

    How can I fix it?

    #801815

    Hey mikkijack,

    Just add this custom CSS code:

    .av_section_1 .container {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    

    Best regards,
    John Torvik

    #801825

    Hi John!
    Thank you for getting back with me so fast. I tried that, but it didn’t work.

    #801869

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling);

    .home #av_section_1 .container {
        max-width: 100%;
        padding: 0;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #801875

    Hi Nikko,
    That worked perfectly. Thanks so much!

    #801950

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Slider 100% width’ is closed to new replies.