Header Logo Too Much Space

Posted in: Newspaper
Post count: 108

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

Post count: 108

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

Post count: 6600

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

Post count: 108

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

Post count: 388

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.

Post count: 108

OH! I just learned something new, interesting. Thanks a bunch everyone for the help 🙂

Post count: 388

🙂

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.