Site logo

Archived topic

mobile navigation

28 replies · Started by Femke on June 21, 2019

Viewing posts 1–15 of 29

hi,

On mobile, my navigation is shown in a hamburger menu. I would like this to be not the hamburger menu but the same as how it shows at desktop. When I change the breakpoint of the mobile menu, it shows like on desktop but then my logo is disapeared. And the menu items are too big so it doesnt show in 1 line as it should.

Could you please help me out with this?

Thank you

Hi there,

can you remove the maintenance mode so we can take a look

Hi, ok i have deactivated the maintenance mode. Thanks for checking!

Can you set the mobile breakpoint to 0 and disable the Header > Mobile Header. Then let me know so i can take a look.

yes, i done that

Hi there,

You have this CSS added to hide the logo on mobile:

@media (max-width: 768px) {
    .inside-header .site-logo {
        display: none;
    }
}

Can you try removing that first?

ok done that

I am still seeing the code that Leo mentioned in your site? Can you make sure its deleted and flush any caches

you are right. I just restored a previous version, maybe thats why. Now it should be ok

I am still seeing this CSS in the site which needs to be removed for the logo to show:

@media (max-width: 768px) {
    .inside-header .site-logo {
        display: none;
    }
}

looks like the code was there twice. I now also deleted the other code.

Well that did it!
Is that how you want it to look? There isn't enough room for the logo to be inline with the navigation.

hmm no this was not what I was talking about :) I want the navigation in 1 line on mobile. Now its on 2 lines. I think the menu items can be a bit smaller so it fits on 1 single navigation line. (home, surf, lifestyle, travel).

The logo was fine how it was. it was a sticky logo below the advertisement. when scrolling down, only the logo was still showing.

if it is not possible because the navigation menu is getting too small this way, then ill leave it like it is. But the header looks so messy now and i need to show the logo. Any suggestions how to make this a more professional and good looking header? thanks in advance

Personally i think it looked better before with the logo aligned left and the hamburger menu to the right.

Is it possible to get the menu items on 1 line? seems like there is quite some space in between. Then i can see if it looks good or return to the previous header

This archived topic is closed to new replies.