Greetings Team,
Please I will like to know how to position some of my ads to be showing in the middle of a page/post.
1. http://www.screencast.com/t/x0sGQlMF96
Now I will like to make this ad move to the center instead of aligning left.
2. http://www.screencast.com/t/Oi15SrqJ
This is the article inline ads, I will also like to make it appear in the middle.
3. The article above post ads is always showing 728×90 against 300×250 i selected. would you know what could be the cause.
Hello todaybase,
1) If you want to align the ad for your homepage, please try the code below and add it in Theme panel->Custom CSS area.
The code is ->
#widget-container_1463 div {
margin-left: auto;
margin-right: auto;
}
The result you should see here -> http://screencast.com/t/zuYlKNzVQpl
2)I have checked your website and I saw your article inline ads aligned to the left. Please check the position for your Article Inline Ads from the Theme panel and try to set it to be middle, like this -> http://screencast.com/t/EEDtpQq6V
3)Please ensure that you have set it these values in the right field like this -> http://screencast.com/t/b6tlY9AfPNCs and also, please try to disable all the active plugins, leave just Visual Composer and install only the plugins that come bundled with our theme and rule out the conflicting plugins. It is necessary to do this because it is possible as some untested plugins wich are used by you could cause some interference between these plugins and our theme.
Hope this helps and let us know how it goes!
Thank you for the message!
2 and 3 are totally solved.
Before I execute no 1, I will like to know if this will affect the entire homepage…this is what I mean, If i place another similar ad say about 3 line below… will it also be aligned to the left or will it align to center…
Also it is possible that I want on to align left and another align center.
Please note this is just for question 1…. 2 and 3 solved.
Hello todaybase,
The CSS code that I provided you above it is only applied only for that Ad because I have targeted the ID of this Ad. If you want to add another Ads, you have to inspect these and target with them ID’s. You can find the ID if you use the inspector (Ctrl+Shift+I) like this -> http://screencast.com/t/xyfKcxtJMppn
Hope this helps!
Thank you for the message!