Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   [SOLVED] Image alignment problem (http://forum.bytesforall.com/showthread.php?t=14980)

dgronwald Jul 31, 2011 10:18 PM

[SOLVED] Image alignment problem
 
Wordpress: 3.2.1
Atuhualpa: 3.6.7 (All bug fixes have been installed)

Hi,

I've searched the Forum and have seen a similar problem that was resolved but my problem is persistent. My problem is that images with captions do not align with text using either alignleft or alignright.

Website (post example with non-caption and caption images): http://mythicdreams.org/tkhf/issue-5-quarter-4-2010/

I've added this code to CSS Inserts:

img.alignleft, img.alignright {
margin-top: 3px !important;
}

Captioned images align slightly lower than the text next to it.

Any ideas?

Thanks in advance,

Dan

juggledad Aug 1, 2011 05:08 AM

try
HTML Code:

div.alignleft {
    float: left;
    margin: 4px 10px 5px 0;
}


dgronwald Aug 1, 2011 08:18 AM

Quote:

Originally Posted by juggledad (Post 70127)
try
HTML Code:

div.alignleft {
    float: left;
    margin: 4px 10px 5px 0;
}


I put that code in all of the the HTML Inserts except Header. The images w/ captions are still mis-aligned...

When I try another theme the images are aligned. Any other suggestions?

Thanks,

Dan

juggledad Aug 1, 2011 08:31 AM

I don't see that in your CSS? did you take it out?

dgronwald Aug 1, 2011 09:38 AM

Ah - and therein lies my problem! I put it in the HTML sections and NOT the CSS inserts section.

Thank You!!!

Best,

Dan


All times are GMT -6. The time now is 10:57 PM.

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