Header: Resize Logo and Header Ad

Posted in: Newsmag
Post count: 10

Hello,

how can i resize the header ad to width 480 x heigth 120 (align: right) and the logosize also to 480 x heigth 120 (align left) – see http://www.wirtschaftsanwaelte.at

Post count: 23312

Hello wjs,

If you are using other ads, you should check the following tutorial from here -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/ because there you will find how you can create your own ads.

Thanks for your understanding!

Post count: 10

Hello Catalin,

i know how to do it, but it doens answer my questions

1.) how to right aling the header ad (if its smaller in width than the original size)
2.) how i can make the logo bigger in width

Thanks Walter

Post count: 23312

Hello wjs@diema.at,

1)I have inspected your website and I saw that your header ad is just right aligned -> https://www.screencast.com/t/htO9lbpFL
2)We recommend using another header style which uses the logo in full sizes, like Header style 10. -> https://forum.tagdiv.com/header-styles/

Thanks.

Post count: 10

Hello Catalin,

1.) the header is not right aligned – see your own screenshot – the right end of the header ad (which has a width of “468px”) should be place at the right end of the header (red ball right above the magnifying glass)

2. Header style 10 has no ad, just the logo and i need the header with logo left and ad right.

Thanks

Post count: 23312

Hello wjs@diema.at,

You should use the code below and place it in Theme panel -> Custom CSS Area.

.td-header-ad-wrap img{
margin-right: 0;
}

The result is here -> https://www.screencast.com/t/voCj6I9HW3lt

Thanks for the message!

Post count: 10

Thanks Catalin, that is what i need,

but can a adjust the Logo and Ad size in the header?

Wanna have the Logo and Ad area at least in same size.
Sorry to bother you.

Post count: 23312

Hello,

If you want to increase the size of your Header Ad and Logo, you need to use such a custom CSS code. Below, I gave you an example of this case but only for Desktop. Notice that for the rest of the devices, it might be necessary to be adjusted.

.td-header-ad-wrap img{
margin-right: 0;
width: 500px!important;
}
.td-header-sp-rec{
width:500px;
}

.td-header-sp-logo{
width:400px;
}
.td-main-logo img{
width:400px;
}

The result is here -> https://www.screencast.com/t/hHLOv5Yd66qz

Thanks for your understanding!

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