Align Header logo to left using Style 9

Posted in: Newspaper
Post count: 36

Hi,

i’ve been trying to get my site logo to move from the center to the left hand side, using header Style 9.

I placed the following code in the custom css

.td-header-style-9 .td-header-sp-logo img{
margin: initial;
}

I took this code from the topic below (and changed the header style from 7 to 9), unfortunately it’s not worked. Do you have any suggestions please?

https://forum.tagdiv.com/topic/how-to-align-full-header-logo-on-left/

Post count: 22421

Hello,
In order to make your logo stay on the left side you can use this custom CSS:
.td-header-style-9 .td-header-sp-logo{
float:left;
}

And then assign a background color to your website (white counts as well) Just change to anything but the default value to make the container boxed: http://screencast.com/t/OUu7hBk1Nccg
You can also use a padding-left: value in your code to adjust the logo position.
result: http://screencast.com/t/tx6P5k5pNLAv
Thank you!

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