custom header style

Posted in: Newspaper
Post count: 25

hi,

could be possible to build a custom header style to reflect this example?

http://snag.gy/6jsgS.jpg

big logo between two small squared ads, long banner below

thank you

Post count: 23312

Hello alicestudio,

Unfortunately, our theme does not have such an option for achieving as you want but you can do that only with the code. Please notice that is not a simple task and is require some knowledge for PHP/HTML/CSS. If you want to change this, you have to alter the files corresponding to the template used by you. For example, if you are using the header style 1 on your side and you want to change it, you have to do some additional customizations in header-style-1.php core file, like this -> http://screencast.com/t/2LrkPUdrx Here you can add some div’s with classes as you want to display in frontend and then you should control it with some CSS code. Please notice that is not a simple task and require custom work. If you are not aware the steps in this regard and if you want to display more levels in our theme, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!

Thank you for your understanding!

Post count: 25

hi,

thank you for your prompt reply.

I understand what you mean, so I could try something simpler.

In header style 1, how can I make the logo appear 728x90px (on the left) and the header-ad 272x90px (on the right)?

in other words I would like to shift the size properties from header-ad to logo

let me know
thank you

Post count: 23312

Hello alicestudio,

You can try to do that using a bit of CSS code. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-header-style-1 .td-header-sp-recs {
width: 272px;
}
.td-header-style-1 .td-header-sp-logo {
width: 728px;
}

The result you should see here -> http://screencast.com/t/Whj9EAyB5

Thank you for the message!

Post count: 25

wow, that’s perfect

thanks for your great effort and support

Post count: 23312

Hello alicestudio,

Glad that I could help!

Thank you for your appreciations!

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