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

    Hey there,

    when I access my website http://www.medrep.de/kursangebot/ from my iphone the widgets are not showing properly on the bottom of the site.
    I already tried the following code:

    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
    display: block;
    }}

    But it didn’t help, please help

    • This topic was modified 9 years, 6 months ago by Nayruu.
    #333329

    Hi Nayruu!

    Can you post a screenshot of the issue please? You can upload your screenshots on imgur.com or Dropbox public folder.
    They code you used is to show footer menu on mobile, but you do not have one

    Regards,
    Yigit

    #333433

    Hey,
    I appreciate your fast answer, great support!

    You can check it on the website: http://quirktools.com/screenfly/ when you type the following address http://www.medrep.de/kursangebot/
    If you pick the mobile iphone 5s hats exactly how it looks on my Phone.

    Best Regards
    Nayruu

    #333572

    Hey!

    Can you please try updating Enfold to the latest version 3.0.1 via FTP – http://vimeo.com/67209750
    and try de-activating all active plugins and check if that helps?

    Best regards,
    Yigit

    #333740

    Hey,

    I updated to the newest version as you suggested and disabled all plugins but it still looks the same. What should I do? Is there to modify the footer widgets, so that it only shows one on mobile and hides the others?

    Best regards
    Nayruu

    #334216

    Hi!

    Please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    #footer div .av_one_fourth {
    width: 100%;
    }
    }

    Before adding the code above, try to toggle any settings on Enfold > General Layout > Dimensions panel. Save changes. See if it fixes the issue.

    Cheers!
    Ismael

    #334267

    Thank you very much! It worked. I greatly appreciate your effort!

    #334843

    Hi!

    Glad it worked. If you have questions, let us know. :)

    Regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘WIdgets on mobile not working?’ is closed to new replies.