Hi,
You should not modify the themes style.css file because it could lead to problems in the theme. Add all your css modifications in Theme Panel->Custom Css. You can float the logo left by adding this code in Custom Css
.td-header-style-9 .td-main-logo img {
float: left;
}
This is the result with no background set – http://screencast.com/t/iwbikZcG and with background – http://screencast.com/t/5fli1Nadu
However, you should take a look at Header Style 1 – https://forum.tagdiv.com/header-styles/ which looks like what you are trying to achieve.
Thanks
Thanks. Tried it but logo doesn’t move. You’re right about header style 1 – but what I actually want is the logo left like style 1 – but the banner above the logo, and the banner was easier to move in style 9. Hae a look here: https://www.standby.dk/
Hi,
From inspecting your site i can see that you changed to Header style 7 and managed to achieve what you wanted, and the site looks good. The solution that i provided using float works, on a non-modified header style, but since you customized your header file i could not offer a solution not knowing what has been modified.
Thanks
