• Resolved jgolding94

    (@jgolding94)


    Hello

    I’ve just got a quick question. The site I am making for my club uses a logo in the nav bar. No matter what the size of the logo that I include, it always displays as 109×50 px. That’s very small. How can I change things so that the logo can be made bigger and more prominent? Ideally, I would like it to be up to 2x bigger, with all the navbar items still centred vertically.

    Thanks

    James

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Thanks for contacting us!

    To increase the height of the logo you need to change the value of height in the code of the parent theme because the code of the logo is coming from the parent theme. Refer to the screenshot.

    And after increasing the size of the logo, to make the navbar items centered vertically Go to Appearance >> Customize >> Additional CSS and add the given below custom CSS code:

    .navbar-collapse.collapse {
         margin-top: 15px;
    }

    You can change the value as per your need.

    I hope it will work for you.

    Thanks
    Rishabh

    Thread Starter jgolding94

    (@jgolding94)

    Hi Rishabh

    Thanks so much for getting back to me. That information is just what I was looking for, so thank you. I’m thinking around 50% taller than it is should suffice, but it is good to know that it is easy for me to do.

    One quick question I have then is, if I have edited the theme as shown in the screenshot, when a theme update is available, will that overwrite the edit I made, or keep it in tact?

    Best wishes

    James

    Yes, it will overwrite the edit. You can take a backup of this and whenever you will update the theme just add it. It is not a very big code change.

    Thanks

    Thread Starter jgolding94

    (@jgolding94)

    Hi Rishabh

    Thanks for the input. I really appreciate it. You’re right, it is quite a simple bit of code to change.

    Happy holidays!

    Best wishes

    James

    Glad to help you!

    If you like our Theme & Support, kindly rate us HERE.

    Thanks
    Rishabh

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Increasing the size of the logo’ is closed to new replies.