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

    I’m setting up a site where the logo (which is a little wider than normal) is centered and the main nav is underneath. Everything was great in mobile, with the burger menu displaying properly on the right. Then I added the top bar with social icons and a secondary menu. Now the mobile view is messed up. The social icons display in the main area on the right and push the burger menu icon under the logo. I used this CSS to hide the social icons

    @media only screen and (max-width: 768px) {
    .social_bookmarks { display: none !important; }
    }

    But that doesn’t fix the problem. The burger menu icon is still pushed over from the right margin and it still shows the rule that separates it from the social icons. I just want it work like it did before I added the top bar. Any ideas?

    #1210074

    Can someone please help me? This is for a website to deliver COVID-19 pharmacy analytics and it’s supposed to go live tomorrow. Here’s a screenshot of the problem: Problem with mobile header

    • This reply was modified 4 years, 7 months ago by Almquist.
    #1210119

    Hi Almquist,

    Is this already fixed?
    I have checked it on my mobile phone and it does look great.
    And if I check the social icon location it would be on the gray area and not on the right side as the screenshot shows.

    Best regards,
    Nikko

    #1210127

    No, I’ll bet you went to agilum.com. This is a new site with a different URL. It’s not live yet, but has a similar structure. The main difference is using the desktop header layout where the main nav is in a stripe under the logo.

    Desktop version of this site

    #1210242

    Hi,

    Thanks for the update and clarification, could you give us access to the new site? You can post login details in private.

    Best regards,
    Rikard

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