rookie_1 0 Report post Posted March 13, 2011 I have created a banner using Platform Pro for my website. In the banner, I tried adding bullets to a part of my text within the Wysiwyg editor. It looks indented correctly in the editor, but then on the page, it isn't indented. Why is that happening and how can I fix it so it indents? Site is under construction, so here's a link to a screenshot. Bullet Issue Screenshot Thanks, Adam Share this post Link to post Share on other sites
kastelic 6 Report post Posted March 14, 2011 You can add a left margin to that list with CSS. Learn about CSS: http://www.w3schools.com/css/ Get Firebug for Firefox, so that you can inspect elements you want to add a rule to. Start with a close parent element so you don't affects all lists. Here's an example. (this goes in Custom Code -> Custom CSS) #banner_container ol{margin-left:30px;} Share this post Link to post Share on other sites