Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1247998

    Hello,

    I just finished my site but in mobile the box covers almost all of the slider image. Would it be possible to show the box a bit lower, so user could see the easy slider images also? The image from my site:https://imgur.com/CQWdSMy

    I have left the site login credentisals also.

    #1248065

    Hey pimroll,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .home #av_section_1 .flex_column_table {
        margin-top: -100px;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 4 years, 2 months ago by Rikard.
    #1248072

    Hello Rikard,

    I inserted the code but I do not see that it makes any changes.

    Heiki.

    #1248207

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1248268

    Hello Jordan,

    Now I placed the code to the top and made hard reload several times but no luck.

    Heiki.

    #1248564

    Hi,

    Please try this instead:

    @media only screen and (max-width: 767px) {
    .home #av_section_1 .flex_column_table {
        margin-top: -100px !important;
    }
    }

    Best regards,
    Rikard

    #1249084

    Hello Rikard,

    Thanks, now it is working!

    Heiki.

    #1249146

    Hi pimroll,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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