Placement of Google AdSense ads

Liliana

New member
Joined
Mar 14, 2013
Messages
129
Points
0
hi the placement of Google AdSense ads I cannot get it to stay on the right-hand side of my content. Even though I've put “align right” on the beginning of the ad it still goes in between the content.

Is there any code that I can use to get it to stay on the right as it is it expected to do ?.
 

Lancer

New member
Joined
May 22, 2013
Messages
32
Points
0
Hi! Can you give a little more information? By example on which platform you are trying to perform your tasks (joomla, wordpress, etc...)!
You can try
<div class="align-right">
//Add you Google javascript code here
</div>

and modify your css file
.align-right{
text-align: right;
}
If the banner is above the text, you can add these modifications to the css file instead:
.align-right{
float: right;
}
 
Older threads
Replies
3
Views
3,606
Replies
0
Views
2,498
Replies
0
Views
2,365
Newer threads
Replies
7
Views
3,250
Replies
3
Views
2,481
Replies
6
Views
6,222
Replies
14
Views
7,342
Latest threads
Replies
1
Views
21
Replies
1
Views
17
Replies
1
Views
118
Replies
1
Views
148
Replies
1
Views
254
Recommended threads
Replies
8
Views
2,910
Replies
0
Views
2,707
Replies
2
Views
3,659
Replies
4
Views
2,285

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top