Header Style

Posted in: Newspaper
Post count: 1

Hi, i’m using Business Demo on my website. So, i’ll pick automatically header Style 1. As per demo, logo will be on the right. But based on style 1, it should be on the left. How do i make the logo on the left?

Post count: 35449

Hi,

The header style on Business demo is looking different because is custom made, if you want to make it to look as default header style 1, you’ll need to use some custom css-> http://prntscr.com/pnd05y
.td-business .td-header-style-1 .td-header-sp-logo {
float: left;
}
.td-business .td-header-style-1 .td-header-sp-recs {
float: right;
}

This code need to be set in Theme Panel > Custom Code> Custom css

Thank you!

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