Site logo

Archived topic

very small logo

8 replies · Started by Ceramica Sud Curlante on November 5, 2021

Viewing posts 1–9 of 9

Hi, I notice that my site logo has suddenly become very small.

I ask what to do to set its size thanks and greetings from Italy

http://www.ceramicasud.com

Hi there,

Can you go to Customizing > Layout > Primary Navigation, try increase the Menu Item Height which is set to 35px currently?

If increasing the menu item height doesn't work for the layout of your primary navigation, give this CSS a try:

.navigation-branding img {
    height: 60px;
}

Let me know :)

i did what you told me and it works, wonder if it is possible to put the topmost logo only in desktop mode.
Thank you and greetings

to put the topmost logo only in desktop mode

Not sure I understand this correctly, can you explain a bit more?

I see, try this CSS:

body .main-navigation.has-branding .inside-navigation {
    align-items: flex-start;
}

you are very good.....
thanks and good job :-)

You are welcome :)

This archived topic is closed to new replies.