Jump to content
Sign in to follow this  
rookie_1

Bullet indent issue - Banner

Recommended Posts

rookie_1

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×