jimnyc62 0 Report post Posted April 19, 2011 To get the page headings to match the font in my logo (Copperplate Gothic Bold), I had to create jpg images since the font isn't a web-friendly font. Adding them was no problem. Putting text and especially bullets next to them sometimes gets tricky. If you go to http://jimlochner.com/clients/ you'll see what I mean. I need the bullets further to the right. I'm sure it's an easy CSS fix but Firebug isn't helping me (or else I have no clue what to look for...which is probably more likely). Any suggestions? Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 19, 2011 ` ul { list-style: disc inside; } ` The "inside" part will move them to the same indent as the normal tex.t Share this post Link to post Share on other sites
jimnyc62 0 Report post Posted April 19, 2011 Thanks Adam. I actually just switched the jpg over to the right. It looks better with the content starting on the left anyway. I was coming over to delete the post and you'd already responded. (so fast! LOL) But I still have a problem with the second line of many of my bullet points. To set off the bullet points from the accompanying text, I do a hard return like you would in Word so that the second line indents to be flush with the first line of text rather than the bullet. It looks fine in the WP backend but not on the site. If you go to http://jimlochner.com/services/specialty-services/ you'll see what I mean. Any suggestions? Share this post Link to post Share on other sites
jimnyc62 0 Report post Posted April 19, 2011 Never mind. Found the CSS code. list-style position:outer Update: Actually, no that didn't work. Still looking for solutions. Sorry about the confusion. Share this post Link to post Share on other sites