Site logo

Archived topic

CSS for desktop

16 replies · Started by Sagar on February 21, 2020

Viewing posts 1–15 of 17

.site-logo.mobile-header-logo img {
padding: 0 !important;
}

I need an another css code which works perfectly on desktop, too.

I need to show the sticky header section as same as normal header. The logo and text are being smaller on sticky header. How can I change that to permanent as header setting?

No. I had tried that one. The logo is not being attached with same size on sticky and on non-sticky as like on mobile.
Could you please provide me the working solution?

https://bloggingguidance.com/
Please view this site.
I need this type of setting on header and sticky navigation.
The logo and navigation are not being changed on their position while scrolling. I need exactly like this.

That site is built with GP and definitely using the navigation as a header option as I pointed out.

Can you activate it so I can see the issue you are having?

Just activated the navigation as a header. You can check now.

Yeah just removed that, too. But still facing the same problem.

Yeah, the menu width height and sub-menu are 20 60 and 10 by default.

It's working now. But I don't want this logo looking too small on the header. The logo size is looking perfect on mobile.
Can't I adjust as like on mobile devices?

Try this CSS:

.navigation-branding img {
    padding: 0;
}
This archived topic is closed to new replies.