Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #329748

    Hi,

    Nearly finished this website:

    http://bcv.groeier.nl

    But after the update the homepage on mobile is cut off left and right.

    Any ideas?

    Thanks in advance

    Jasper

    #330037

    Hey herrbirk!

    Thank you for using Enfold.

    You added this css code:

    .page-id-1249 #after_layer_slider_1 {
    margin: -50px!important;
    }

    You can add this below:

    @media only screen and (max-width: 767px) {
    .page-id-1249 #after_layer_slider_1 {
    margin: -50px!important;
    }
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.