tim4708 0 Report post Posted February 8, 2011 Hello. I have inserted pictures into my posts in "Boxes." There are 3 boxes set across the page. The distance between the picture and the caption is different for each box. I would like to make them equal. My website is www.business-english-editors.com I would like all three boxes to look like the middle box. Thank you very much for your help! Share this post Link to post Share on other sites
Kate 3 Report post Posted February 8, 2011 Hi Tim - The extra spacing in the middle box is coming from an extra `` tag just above the image. Share this post Link to post Share on other sites
tim4708 0 Report post Posted February 9, 2011 Thank you, Kate. Would you be so kind as to tell me how to add an extra <p> tag above the 2 images in the other 2 boxes? Best, Tim Share this post Link to post Share on other sites
Kate 3 Report post Posted February 9, 2011 Hey Tim - The other option, (which would be better), is to just delete the extraneous paragraph from that middle box, and add custom CSS to increase the spacing. Here's how to do that: 1) In the box edit screen for that middle box, make sure you're in HTML view. Look for this code: `` Just above that you should see: ` ` This is the line you want to delete. (Alternatively you might see a blank space above the image in non-HTML view... In that case, just delete that space.) 2) Add this in your "Custom Code" (CSS) area: .fboxtitle{margin-bottom:15px;} Let us know if you need additional help... Share this post Link to post Share on other sites
tim4708 0 Report post Posted February 10, 2011 Awesome! Thanks, Kate! Share this post Link to post Share on other sites