Jump to content
Sign in to follow this  
tim4708

Spacing Within Boxes

Recommended Posts

tim4708

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

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

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

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: `BEE-Team-Members.jpg-Resized-2.png` 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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×