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)
-   -   Formatting Issue with Images (http://forum.bytesforall.com/showthread.php?t=17077)

vanderark1 Mar 21, 2012 03:37 AM

Formatting Issue with Images
 
I am using WP 3.1.1 and ATA 3.7.3

I am having an issue with a page that has many images, all with captions and links:

http://westmichiganhighschoolbasebal...ayers-to-watch

If you scroll down, you will see in the seventh row of images, that a large gap appear to the left. I have tried changing the order of the images, changing which images go in what order, etc and it always leaves that gap.

I have put the code in Notepad++ and can't seem to find any issue.

Anyone have any ideas how to fix this?

Thanks in advance...

juggledad Mar 21, 2012 05:15 AM

It is because the caption for 'Schneider, Derek' goes to two lines and the next image would hit it if it was to the left, so it is scooted to the right till there is no interferance.

The easy solution is to make the image for 'Schneider, Derek' 10px wider so change
HTML Code:

<div id="attachment_11457" class="wp-caption alignleft" style="width: 210px">
to
HTML Code:

<div id="attachment_11457" class="wp-caption alignleft" style="width: 220px">

vanderark1 Mar 21, 2012 05:36 AM

Thanks for the quick answer.

I tried exactly that and didn't get it to change.

I then shortened the caption in Schneider, Derek to no avail.

I expanded the caption width in others to see if that's the issue, but can't get it to correct.

I am not seeing the caption extending to two lines in Firefox or IE. I couldn't tell in Notepad++, but I'm not an expert at html in any case.

juggledad Mar 21, 2012 06:16 AM

Ahh this looks like a browser issue. It looks great on the mac in Safari but is messed up in FireFox.
You might want to try putting the images in a table of 3 images per row.

vanderark1 Mar 21, 2012 08:31 AM

I guess so....

I'll likely put it in a table then.

Thanks!


All times are GMT -6. The time now is 03:26 AM.

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