Logo Alignment for Style 1 Default

Posted in: Newspaper
Post count: 64

Hi

I’ve use firebug to see the style sheet for the logo I am using (style sheet is /themes/Newspaper/style.css?ver=6.6.3)

The CSS code I see is:

.td-header-style-1 .td-header-sp-logo {
height: 90px;
margin: 28px 28px 9px;
position: relative;
width: 284px;

My logo size is (272 x 90px) .png

How can I get my logo to be on the very left (see design requirements):

I’ve tried playing around with the margins, but it’s not doing anything.

Please help.

Thanks
John

Post count: 23312

Hello John,

If you want to move to the left your logo, you have to use a bit of CSS. Please try the code below and add it in Theme panel->Custom CSS area, like this: http://screencast.com/t/erWaKfeLV5

.td-header-style-1 .td-header-sp-logo {
margin-left:-20px;
margin-right:50px;
}

The result you should see here: http://screencast.com/t/6V8yMQvWI

Hope this helps and let us know how it goes!

Thank you for the message!

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