Aligning Ad to the right in header

Posted in: Newspaper
Post count: 16

Hi. I followed instructions in another post to align the header´s logo to the left. I used this custom code:

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

The problem is that everything is aligned left and now the Ad space is not aligned to the right.

You can a have a look here:

I want to:

A. Have the Ad space aligned completely to the right
B. Align the logo completely to the left. As you can see, using the previous code doesn´t fit the alignment exactly to the Menu extreme.

Any clues?

Thanks!!!

Post count: 16

I solved the B point with this code:

.td-header-sp-logo img {
margin: 0px;
}

Only missing the A point.

Post count: 22421

Hi,
Please provide a link to your site so we can inspect it to see what header style you use so we can see if a css trick will do it.
Thank you!

Post count: 16

Sorry, forgot to paste it. Here it goes

http://52.48.50.64/

Post count: 22421

Hi,
You can use this css to do it:
.td-header-sp-recs{
float:right!important;
}

Thanks.

Post count: 16

Perfect. Thanks!!!!

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