Viewing 1 reply thread
You must be logged in to reply to this topic.
I would like the top logo and menu to have more of a “presence” on the page.
When I make the logo image bigger it doesn’t change size on the webpage.
Is there a way to do this without going into the files and changing the actual code? Is it just a CSS issue?
https://www.okastor.com/okdesigns/
Thank you,
OKDesigns
Hello,
You can change logo size in General Options > Logo Height.
Or add this css into your custom css box:
#logo img {
height: 103px;
margin-top: -49px;
}
Edit menu font style and padding in General Options > Menu Options.
Let us know.
Best regards!
You must be logged in to reply to this topic.