Site logo

Archived topic

Why logo shows so big on mobile?

11 replies · Started by Former User on May 7, 2021

Viewing posts 1–12 of 12

Hello,

I am using GeneratePress Premium with Sitelibrary Marketer but for some reason my logo on my site (URL bellow) on mobile shows bigger than on marketer site library. In my shows logo on top and menu and search bellow and not on same line as on marketer.

How can I fix that? I had made image size recommended.

Thanks,

Sara

Hi there,

with the Navigation as Header option enabled ( in Customizer > Layout > Header ) the logo gets its size from the Menu Item Height set in Customizer > Layout > Primary Navigation.

If you want you can add some CSS to reduce just the logo size:

@media(max-width: 769px) {
    .navigation-branding img, .site-logo.mobile-header-logo img {
        height: 25px;
        padding: 0; /* remove padding around logo - optional */
    }
}

Or you can enable the Customizer > Layout > Header > Mobile Header which provides a separate Mobile Header Logo where you can a more appropriate sized logo image... not the same size ruling as above applies to this the Mobile logo ( ie. its height is defined by the mobile menu item height )

Hello David,

That seem to solve issue but, for some reason I am also getting menu on footer, how I can remove it from footer?

Thanks!

Sara

I see a list of links in a footer widget. They are added using a Text Widget that you can remove from Customizer > Widgets > Footer Widget 2

Hello David,

That is not what I mean those are Links from site like terms and conditions, about us, cookie policy and so, on.

I mean the menu showing under "© 2021 Mysite.com - Todos los derechos reservados."

I am attaching screenshot URL bellow with red border marking menu on footer I want to remove.

Thanks!

Sara

Thats not appearing when i view the site - if you log out the site and check the site in a Private / Incognito browser do you see the menu ?

Hey David,

1) When I go on Private Browser on Firefox or Incognito on Chrome it does not show but, is weird because I removed cache on both browsers, also on cache plugin and cloudflare and still remains in Firefox in normal navigation.

2) Also, How can I center featured image on page and post?

Thanks again!

Sara

Hello Leo,

To be honest, I am not sure because in normal navigation on firefox still shows even after deleting cache everywhere But, then on private navigation or incognito does not show.

What I can do?

I'm not sure unfortunately. Sounds like something in your "normal" browser is holding on to the cache somehow.

If it works in incognito mode then that means the issue should be fixed.

Do you have another device to test?

Hey David and Leo,

I manage to fix issue, thanks a lot for the help! :)

Have a great day!

No problem :)

This archived topic is closed to new replies.