indakno 0 Report post Posted December 28, 2011 What is the code to center an ad across any page using a widget so that it shows centered and not flush to the left? Share this post Link to post Share on other sites
kastelic 6 Report post Posted December 28, 2011 You can center an element like this: [code]#element { margin: 0 auto }[/code] It must have a set width and that width has to be less than its container. Share this post Link to post Share on other sites
indakno 0 Report post Posted December 28, 2011 Do I put that inside the widget with the ad or in the CSS editor? Share this post Link to post Share on other sites