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?
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:
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
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.