How to insert Google Adsense- Code on the right side of the content?

Hi,

I’m starting using Google AdSense and I want to insert the code of a Large Skyscraper (300x600px) on the right side of the content.

This is my site: http://www.love2travel.at/

So I just want that the ad is placed on the right side of the content (and to be sticky).

Can you please help me where I have to insert the code?

MANY THANKS,
Denis

Hello there,

I hope you are doing well today.

You would have to go to Appearance > Widgets and add the Adsense code to a text widget in the left or right sidebar.

Best Regards,
Support

Yes, I’m doing well. Thanks :slight_smile: How are you?

When I’m doing it like this the ad is just “in the right sidebar” together with the other widgets (calender, …)

But I want the 300x600- ad completley on the right side of the content.

Best,
Denis

Hello there,

At that point you may need to add a new widget area entirely. Usually you would have to have a developer add the widget area however please try using this plugin to add the new area:

Best Regards,
Support

Hi,

I’ve tried several different plugins right now but honestly they don’t help me. I guess the best way for the problem is simple html/css.

Maybe I have the solution. I just tried something different. A 468x60px “Fullbanner” in the header.php

I’ve coded this (just for simple testing):

<style type=“text/css”>
#fb {
position:absolute;
top:100px; left:740px;
z-index:1; }
</style>

//Google AdSense Code

But of course the positioning isn’t good. Do you know how I can fix it that the banner is alway displayed (relativ) from the love2travel- logo?

http://www.love2travel.at/

MANY THANKS,
Denis

Do you mean like I have got on my pages i.e www.premierleagueheroes.com/rio-ferdinand?

If so I can send you the code?