[Resolved] very small logo

Home Forums Support [Resolved] very small logo

Home Forums Support very small logo

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1992995
    Ceramica Sud Curlante

    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

    #1993031
    Ying
    Staff
    Customer Support

    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 πŸ™‚

    #1993084
    Ceramica Sud Curlante

    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

    #1993086
    Ceramica Sud Curlante
    #1993127
    Ying
    Staff
    Customer Support

    to put the topmost logo only in desktop mode

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

    #2004603
    Ceramica Sud Curlante
    #2005420
    Ying
    Staff
    Customer Support

    I see, try this CSS:

    body .main-navigation.has-branding .inside-navigation {
        align-items: flex-start;
    }
    #2005953
    Ceramica Sud Curlante

    you are very good…..
    thanks and good job πŸ™‚

    #2006901
    Ying
    Staff
    Customer Support

    You are welcome πŸ™‚

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.