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

    On this site, I have a column underneath the fullwidth easy slider, with a negative margin, to overlap on the slider (got the idea from your hotel theme) – but on mobile devices, it’s too high and overlaps the button and too much of slider – is there away to take away the negative margin just on mobile, or reduce it?

    #823666

    Hey Eleina_Shinn,

    Yes, try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .home #after_full_slider_1 .flex_column.av_one_full.avia-builder-el-1 {
        margin-top: 0 !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

    #824020

    Ok, that helped, thank you so much!

    #824333

    Hi,

    Glad we could help. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘responsiveness full width easy slider with color section below – on mobile’ is closed to new replies.