-
AuthorPosts
-
July 5th, 2021 at 21:36 #119522onajourneynlPower User
Good evening,
How can I make the logo bigger? Even if I upload a logo in a bigger size, it stays the same size..
Hope you can help me. Thank you.July 11th, 2021 at 14:07 #119674onajourneynlPower UserI already fixed this issue 🙂 so nevermind!
July 31st, 2021 at 14:47 #120290ZedCryout Creations mastermindHi,
For anyone else wondering about this, the logo image is limited to the menu bar height. But this can be tweaked with CSS to have the logo image display at its original size and expand (overflow) out of the menu bar, if desired:
body .identity { height: auto; }
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.July 26th, 2022 at 01:34 #131470hello where exactly in Bravada style.css should I put this body .identity {
height: auto;
} in? Thanks!July 27th, 2022 at 14:47 #131498Hey Ricky!
If you right click on the logo, and then choose inspector, this will bring up devtools and will allow you to see what css file to put it in, but essentially you should be able to hit enter twice below the last line of code, and then paste it there.
It may even be feasible to add !important to it, to assure that this style sticks…. so the code would be more like:
body .identity {
height: auto !important;
}August 1st, 2022 at 23:15 #131619ZedCryout Creations mastermindThe important is not necessary as that styling is already more specific than what’s present in the theme.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.August 2nd, 2022 at 06:34 #131628Hello I’m sorry I still don’t get where I should place that body .identity {
height: auto;
}Not sure where to place the code when I right click the logo in the menu bar and click Inspect it pulls up the menu header info and when I add this text code to the CSS file nothing happens, some of the other text is different colors but the code I paste in from here is in plain black. Not sure if that matters. How do I get the logo to be regular size on the homepage in the top menu part then as you scroll down the page the logo becomes small in the menu bar?
Thanks!
Website: twelvesigns.tv
- This reply was modified 2 years ago by rickyg213.
August 9th, 2022 at 15:44 #131830ZedCryout Creations mastermindCustom styling can be used either in a child theme’s style.css file (if a custom child theme is used), WordPress’ dedicated Additional CSS field or a custom CSS plugin.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic. -
AuthorPosts
The topic ‘How to make the logo appear bigger’ is closed to new replies.