Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

osC 2.3.3 adding space between infoboxes


jhande

Recommended Posts

Posted

I have been searching all the files but can't find away to add blank space between the infoboxes.

 

I did notice in a few files mention of column left and column right but there's no such files.

 

Is the spacing handled by a jquery file?

 

:(

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Posted

@@PupStar

 

AWESOME Mark, thank you so much! :thumbsup:

 

Wow such a speedy reply ;)

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Posted

Wouldn't padding just increase the space around the content inside the infobox? Margin top and bottom would increase the space on the outside of each infobox.

Matt

Posted

Wouldn't padding just increase the space around the content inside the infobox? Margin top and bottom would increase the space on the outside of each infobox.

 

works for me

Posted

@@PupStar hey if it works it works :)

 

the padding solution I think is just giving the illusion of spacing around the element but will probably make the contents have to shrink a bit to fit inside.

 

If you try

margin-bottom:3px;

 

you will see what I mean

Matt

  • 2 weeks later...
Posted

in stylesheet.css change

 

.infoBoxContainer {}

 

to

 

.infoBoxContainer { padding: 3px; }

 

Worked, but also pushes the breadcrumb backgroung to the right.

 

Oh well thanks anyway

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Posted

@@PupStar hey if it works it works :)

 

the padding solution I think is just giving the illusion of spacing around the element but will probably make the contents have to shrink a bit to fit inside.

 

If you try

margin-bottom:3px;

 

you will see what I mean

 

Thank you so much Matt!

 

Worked great. :thumbsup:

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Posted

Try adding to your stylesheet

 

#columnLeft .infoBoxHeading, #columnRight .infoBoxHeading {

margin: 4px 0 4px 0;

padding:5px 5px;

}

REMEMBER BACKUP, BACKUP AND BACKUP

Posted

Thanks Steve!

 

I'll give that a try.

- :: Jim :: -

- My Toolbox ~ Adobe Web Bundle, XAMPP & WinMerge | Install ~ osC v2.3.3.4 -

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...