alignment of the header ad

Posted in: Newspaper
Post count: 4

Hello,
I could not find a solution to align the header-ad to the right side (in the default version)
See here: http://nm1.webaxess.de/
Please help!

Also: The logo should have a bigger size and should be totally aligned left.
How can this be acheaved.

Johannes

  • This topic was modified 9 years by Johannes.
Post count: 4

Hi,
I could solve the alignment of the header logo with this custom css-code:
.td-header-style-1 .td-header-sp-logo {
margin-left:0;
}

But the following custome css-code did not work to get the header ad aligned to right.
.td-header-sp-recs {
float:right!important;
}
Your advise would be appreciated.

Post count: 20688

Hi,

You can align the header ad to the right using this code, just enter it in Theme panel->Custom Css

.td-header-style-1 .td-header-sp-recs img {
left: auto;
}

Result – https://www.screencast.com/t/yC9Usd4rgu
As for the logo position and size, you can see all the header styles here – https://forum.tagdiv.com/header-styles/ and all the recomended logo sizes for each header style here – https://forum.tagdiv.com/logo-favicon/

Thanks

Post count: 4

Thanks so much!
The alignment worked!

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