Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   Problems with positioning bullet lists next to images in posts (http://forum.bytesforall.com/showthread.php?t=6826)

scurry Apr 21, 2010 07:25 PM

Problems with positioning bullet lists next to images in posts
 
I've looked all over for a solution on this. On many of my posts, we have a bullet list of ingredients for a recipe. We insert an image in the post by normal methods using "visual" method (not html).

When you publish the post, the bullets sit on top or inside of the border around the image.

Looked all around the settings many times and can't find a solution.

Help is appreciated.

Thanks!

LaneLester Mar 14, 2011 07:47 AM

I'm a little hesitant to make this a reply to a year-old post, but it describes perfectly my problem.
Quote:

When you publish the post, the bullets sit on top or inside of the border around the image.
A search turned up a number of similar problems, but none of the suggestions have helped me.

After deactivating all plugins, the problem remains.

I tried adding each of these CSS inserts with no effect:
Code:

div.post ul {
padding-left: 40px;
}

Code:

ul.post {
padding-left: 40px;
}

The same problem occurs with ordered lists (1,2,3...), so if there is a CSS insert that will work, I guess it will need to include code for both ul and ol.

I'm using Atahualpa 3.6.4.

Lane

lmilesw Mar 14, 2011 08:59 AM

This is an issue with floated objects next to lists. There are some workarounds of sorts but I prefer to float images to the right of lists to avoid this problem.


All times are GMT -6. The time now is 05:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.