PDA

View Full Version : Ads in first Thread


webnsn
06-12-2019, 09:48 AM
How to modify first post ad location?

In the first post ad, you can see TEXT coming after ads but I want ad should display in left and content in right

Example www.wikinewforum.com/showthread.php?p=490234

CodeStache
06-12-2019, 12:48 PM
For your case, you can wrap the Ad codes in a div and use the CSS like this:

#ad_block {
float: left;
width: 320px;
height: 320px;
overflow: hidden;
background: #d6d6d6;
margin: 0 15px 15px 0;
}

Which will make it looks like this:

https://i.imgur.com/357zZsy.png

You have the adjust the rest of the content/images size though.

webnsn
12-12-2019, 12:09 PM
You mean i need to change the Adsence code OMG
For your case, you can wrap the Ad codes in a div and use the CSS like this:

#ad_block {
float: left;
width: 320px;
height: 320px;
overflow: hidden;
background: #d6d6d6;
margin: 0 15px 15px 0;
}

Which will make it looks like this:

https://vborg.vbsupport.ru/

You have the adjust the rest of the content/images size though.

webnsn
03-11-2020, 11:31 AM
Please explain in bit clear.

Example: What to add before and after of ad code