Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #399684

    Hello,

    Our site just went live. This is our third licensed site on the Enfold theme. We are having issues with the mobile responsiveness of the site. Because of this, we have temporarily disabled mobile responsiveness. But this is problematic itself because the menu header has too many items and thus makes the site look clunky. Here are the issues:

    1. When the site is set to be mobile responsive, the menu icon overlays our logo image in the header.

    2. Two pages within the site have iframes that are displaying a form and a shop. However, both pages only partially render on mobile.

    Any ideas?

    #399875

    Hi BrandonSample!

    Add this to your custom CSS for the logo issue.

    @media only screen and (max-width: 479px) {
    .responsive #top .logo img { max-height: 50px !important; top: 20px !important; }
    }

    1. I didn’t see the problem on this link. Can you take a screenshot?

    2. I don’t think the code your using is going to be responsive. Have you considered using WooCommerce for your shop? We have made sure it’s compatible with our framework.

    Regards,
    Elliott

    #399923
    This reply has been marked as private.
    #399985
    This reply has been marked as private.
    #399992
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Mobile Responsiveness Problems’ is closed to new replies.