Adjust space between images?

Citizen / 2010-03-13 23:17:57   

No matter how much I play with the padding and margins parameters, I can't seem to adjust the space between my images in the horizontal format:

http://www.cargostudio.com/portfolio/various-flyers/

I just want to bring them closer to one another and also reduce the width of the description area to their left - so I have a gap between the line and the first image.

I've adjusted just about every padding and margin value in my code, but nothing seems to change (and yes, I've updated my cache, and tried with diff. browsers)

Vaska A / 2010-03-13 23:25:47   

Did you see this towards the beginning of the file?

  1. var $picture_block_padding_right = 50;

Have you changed that number to see what happens?

Only problem, if you have been changing the format alot maybe you took out the piece of code that brings this into effect. Give it a try...see if it works...

rickykappa / 2010-03-13 23:27:03   

take a look at the dynamic css function in the plugin

rickykappa / 2010-03-13 23:27:28   

ops, late

Citizen / 2010-03-13 23:30:36   

Vaska, I can't see that bit of code in my file.

Should I copy and paste that code into a section of my CSS file?

rickykappa / 2010-03-13 23:33:58   

no, it's in the plugin

Vaska A / 2010-03-13 23:34:28   

In /ndxz-studio/site/plugin/exhibit.horizontal.php. It has to be there...

Citizen / 2010-03-13 23:36:29   

Oh, you mean the exhibit.horizontal.php file!!! I'll adjust it and see...

It works! Thanks!

Now... how do I adjust it so that I can specify the length of hte line above my text, so that it doesn't touch the first image?


Vaska A / 2010-03-13 23:38:26   

You put that border at the top of the #text div, right?

Citizen / 2010-03-13 23:59:03   

No - the line is specified as a text style:

font-weight: normal;
        border-top-color: #003300;
        border-top-style: solid;
        border-top-width: 1px;
        width:500px;

Do I need to add some padding to my text style?

Rossw / 2010-11-04 14:17:30   

Hi guys I have a slightly similar question, I have a line drawn with an 'hr' tag at the top of a page that is using the horizontal exhibition format.

1st question is - is this a good way to create a line or is it a bit shoddy? It was the simplest way I could come up with a line.

2nd question - Id like the line to run across the top of the container, but much like Citizens page, posted earlier in the thread, the images are set right along the top of the box blocking the line. I can't quite tell how to add padding to the top of the image - I've tried adding in extra values and things but haven't found a solution yet.

Thanks for any help you can give!

blameme / 2010-11-04 15:43:07   

Hey ross, got a site?

asioux / 2011-06-07 07:12:28   

I'm trying to change the text to be at the left of the image instead of the right. You have any ideas?

asioux / 2011-06-07 07:13:10   

No sorry, to the right bottom of the image instead of the left! Sorry..been programming..mybrain is backwards!

This thread has been closed, thank you.