Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #841997

    Hi There,

    I have two questions
    1) How do I remove the bottom separator line from the Main Menu/Header section. (‘No separator’ simply removes separator from menu items)

    2) I am using a panorama images on Home page coupled with full width slider, although the image clips after resizing it to a certain minimum width. I would like the images to have a width of 100% so that the do not clip on screen of any width.

    #842991

    Hey panoramist,

    1.) I have added this css code in Quick CSS (located in Enfold > General Styling):

    #top .av_header_with_border.av_header_transparency #header_main {
        border: 0;
    }

    2.) I have added this css code in Quick CSS:

    @media only screen and (max-width:1024px) {
      .avia-fullscreen-slider .avia-slideshow {
        height: 46vw !important;
      }
    
      .avia-fullscreen-slider .avia-slideshow>ul>li {
        background-size: 100% auto !important;
      }
    }

    Hope it’s good :)

    Best regards,
    Nikko

    #843491

    Hey Nikko, Thanks a lot. That worked just as I wanted :)

    • This reply was modified 6 years, 7 months ago by panoramist.
    #843598

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Separator Line and Full Width Slider’ is closed to new replies.