Align Logo and ad in the Header

Posted in: Newspaper
Post count: 2

Hello,
i want to change the alignment of the Logo and the Header ad in the Header Style 1.
The Logo shall be left aligned with the content and the right corner of the ad shall be aligned wit the right content border.
How can i do this?

Post count: 22421

Hello,

You an only do it with css if you have the skills necessary. There is no setting in this regard. It also depends on the size of your logo and your ad size.
This code will bring the logo to the left of the container

.td-header-style-1 .td-header-sp-logo{
margin-left:0;
}

But for the ad, it depends on the size.

Thanks.

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