Hello guys,
How to add two ads below the article. I need something like this –> https://s18.postimg.org/wkytmax7d/test.png
Currently I am able to place just 1 add. I found a way to add a second ad using “do_shortcode” but I am not sure how to align them and make them one next to other.
My website: dnesnovinite.com
Hello kr15k0,
You should use a bit of CSS code for their alignment. As an instance, you can try using the float:left or right, depending on how you want to look. You can provide your website URL so I can inspect it closer and also, so I try to provide a more accurate response.
Thanks for the message!
Hello kr15k0,
I have inspected your post page and I saw that you have only 1 ad at the bottom of your page, like this -> http://screencast.com/t/G5CqyRvGRQ I thought that you have had 2 articles ads added in that place and you do not know how to align them, and that’s why I requested your website. You should add the second ad and then you can let me know so I try to provide a proper CSS code in this regard.
Thanks for your understanding!
Hello
You should use the following code and check the results ->
.td-g-rec-id-content_bottom{
float:left!important;
}
If you do not have two ads on your website, I cannot test the code so I can test if it works or not.
Hope this helps!
Thanks for the message!