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

    Hi there!
    My web site it’s not quiet ready, but my Front Page on Mobile, the elements at the bottom are not quiet responsive.
    They used to be , but I have no idea what happened.
    I tried to deactivate all the plugins, but the result is the same.

    Thank you !

    #462548

    Hey nelninio!

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details here as a private reply.

    Regards,
    Rikard

    #462986
    This reply has been marked as private.
    #462990

    Hey!

    Can you please firstly update Enfold to the latest version 3.2.1 – kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    #463005

    Done. It’s updated !

    #463335

    Hi!

    it is working as expected, but the problem is that you set a 3/5 layout, which is of course also showing on mobile versions.
    Try a workaround in your Quick CSS field:

    @media only screen and (max-device-width: 736px) {
    .flex_column.av_three_fifth.flex_column_div.first.avia-builder-el-14.el_before_av_two_fifth.avia-builder-el-first {
    width: 0%;
    }
    .flex_column.av_two_fifth.flex_column_div.av-zero-column-padding.avia-builder-el-15.el_after_av_three_fifth.avia-builder-el-last {
    width: 100%;
    }}
    

    Hope this helps.

    Regards,
    Andy

    • This reply was modified 8 years, 10 months ago by Andy.
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.