Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #844464

    Hello,
    I purchased Enfold yesterday, which I am familiar with and installed it onto a new WordPress website. When I go to look at the site on my smartphone in both Safari and Chrome the top of the page is missing the top menu info altogether, both the text and hamburger menus are visible instead of just the hamburger one, which when you click on it goes nowhere. Even though I have centered the logo it’s still displaying on the left. It just looks a mess! I’ve checked it on both an iPhone 6 and Samsung 7 and the problem is consistent.

    What I want is the social media info in the top menu to appear at the top of the page with the logo centered underneath and then the hamburger menu to sit beside or underneath the logo still with the green background follow by the next element which is a slider. No text menu visible on the smart phone size/view.

    Help required!

    Many Thanks.

    • This topic was modified 6 years, 7 months ago by onclickdesign. Reason: edited wrong word
    #844520

    OK, I think I hadn’t selected the menu as the main menu so the menu display problem is now rectified. Now it’s only the social media icons missing from the top menu bar? Many thanks.

    #844712

    Hi,

    Thanks for using our product :)

    I have checked your site and there`s a media query displaying none the social icons on mobile devices, so, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    @media only screen and (max-width: 479px) {
       .responsive #top #wrap_all #header .social_bookmarks {
          display: block !important;
        }
    }
    

    This way, you`ll see the icons normally.

    Best regards,
    John Torvik

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