Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1303787

    Dear Support Team,

    I have noticed a display problem in the mobile or responsive version of my website.

    While the website is still shown very well up to the size of an iPad, the margins around the content containers are missing in the version for iPhones and smaler.

    Attached you can find the link to my website. Do you have any recommendation?

    Thanks and best regards,
    Caroline

    #1303805

    Hey Caroline,

    Thanks for contacting us!

    Could you please try de-activating “Max Mega Menu” and check if that helps? :)

    Best regards,
    Yigit

    #1303952
    This reply has been marked as private.
    #1303996

    Hi Caroline,

    Issue is related to the plugin. Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    @media only screen and (max-width: 767px) { 
    .responsive body#top.mega-menu-avia #wrap_all .container {
        width: 85%;
        max-width: 85%;
    }
    }
    

    Best regards,
    Yigit

    #1304004
    This reply has been marked as private.
    #1304006

    Hi,

    Plugin sets container width to 100% on screens below 767px. Code I posted above is to override plugins CSS and to set container width to 85%. It should not break your website.
    You are using an older version of Enfold which is not compatible with your WordPress version. Could you please firstly update Enfold to the latest version 4.8.3?

    Best regards,
    Yigit

    #1304015
    This reply has been marked as private.
    #1304023

    Hi Caroline,

    I have checked your website and as I mentioned in my previous post, you are using an old Enfold version which is not compatible with your WordPress version. Could you please firstly update Enfold to the latest version? You have received the update in your WP dashboard.

    Best regards,
    Yigit

    #1305253

    Hi Yigit,

    after updating the theme it worked, thank you.

    Best regards,
    Caroline

    #1305282

    Hi Caroline,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy your weekend!

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Website margins are missing in the version for smartphones’ is closed to new replies.