Hello,
I want my header logo to be the size that it is, but there is so much space around it, and I don’t know how to get around this.
Check out my website: http://www.livelovefruit.com
For some reason, all of the space around the logo is just empty space – I want the menu to fall pretty much right under the logo, and for the space above the logo to be minimal, or at least 10 pixels from the edge of the page.
Thanks!
Carly
Actually, I just want to know how to make the logo smaller (without having the dimensions “small, medium, large, full size” options – that doesn’t let you set dimensions correctly – and when I make my logo in adobe, I can set the dimensions there, but when I upload it is says the dimensions are like 500 times bigger than they actually are)
Best,
Carly
Hi,
You could try this css: http://screencast.com/t/k6vnfo6p
Or set a fixed width like 300px.
The standard seize for the logo should be 300px X 100px and your logo it’s at 1024px X 394px that is why it’s displayed like that.
`.header-style-3 .td-full-logo .td-logo {
max-width: 300px;
}`
Thanks
Thanks Lucian,
Where in the CCS do I input these values? In the main CCS editor? I can’t find the line:
.header-style-3 .td-full-logo .td-logo
Best,
Carly
It doesn’t exist yet — insert these lines in the theme panel’s custom CSS section and it overrides the relevant styling from the theme files.
OH! I just learned something new, interesting. Thanks a bunch everyone for the help 🙂