Support › Forums › General Tips › Floating left or right ads in single post › Reply To: Floating left or right ads in single post
July 16, 2016 at 2:28 pm
#1113
Moderator
You will add the CSS like float: left or float: right in your style.css file. Fund the correct class name of your ad markup and right the CSS.e.g
Your ads class name is my-ads. Then you will write this
.my-ads{
float: left;
}
2nd option: You can assign predefined CSS class name alignleft or alignright In your ads HTML markup.
-
This reply was modified 5 years, 10 months ago by
Chinmoy Paul.