Header Style 3 – Logo on the left

Posted in: Newspaper
Post count: 25

Hi,

How can I get the logo aligned left?

I changed it in the css from center to left, but there is still a space. It should be begin directly over the menu, at the moment it is placed more to the right.

I found no other padding for that in the css, it is all fine like it is. But the logo begins not directly on the left side..

Post count: 7909

Hi,

As you can see this is your image, so you have to adjust it – http://screencast.com/t/dkTt8dyHoFR
Or you can try this css to reduce the left padding – http://screencast.com/t/nzUASzKvElhttp://screencast.com/t/Ptq56m3g

@media (min-width: 1200px) {
.header-style-3 .container-fluid {
padding-left: 0px;
}
.header-style-3 .td-grid-wrap {
padding-left: 0px !important;
}
}

Thanks!

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