Full logo on left with header style 8

Posted in: Newsmag
Post count: 46

Hi,

I’m using the style 8 ,full header logo + full menu.

I want the logo to be at left and not at center, how can i do with CSS ? I tried some things but the problem is that we can see the logo mooving from center to left. I want that it displays great without mooving.

Here’s my website

Thank you for advance

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css: http://screencast.com/t/2FT2S0OZ2WrL

.td-header-style-8 .td-header-sp-logo{
width: auto;
float: left;
}

Let me know how it goes.
Thanks!

Post count: 46

Hi Andrei,

Thank you but the problem with this CSS is that the logo moves from center to left when the page is loading, it is unpleasant. Because readers can see the logo moving.

Is there a modification to do in php file to fix logo on left ?

Thanks

Post count: 6535

Hi

That delay appear because the css from theme panel loads after the main css of the theme, loaded from style.css file. To avoid that delay try to insert the css directly in style.css: http://screencast.com/t/kOQTD07V

Thanks!

Post count: 46

Hi Andrei,

Thank you very much, it works great !

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.