Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Sidebox Header Size and Sidebox border

Sidebox Header Size and Sidebox border

Locked

Views: 2,803

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
20 Oct 2008, 19:48
#1
shaunb avatar

shaunb

New Zenner

Join Date:
Oct 2008
Posts:
11
Plugin Contributions:
0

Sidebox Header Size and Sidebox border

Hi everyone,

Just got a few questions about my wesbite, i am trying to add my own graphics for the sidebox headers, i have got them up, but they are not displaying at thier proper size, their size is 165 x 35, but it is only showing the standard zen cart size of the pictures, anyone know where i can change it so it shows it all?

Also, i have removed the grey background from behind the sideboxes, but now i am wanting to add a border around each sidebox, any advice on how to do this?

I am using the cherry zen template and my site is https://www.bcomputing.co.uk

Thanks

21 Oct 2008, 02:11
#2
pelasgos avatar

pelasgos

New Zenner

Join Date:
Dec 2006
Location:
Athens - Greece
Posts:
71
Plugin Contributions:
0

Re: Sidebox Header Size and Sidebox border

Hi!

You must edit stylesheet.css (located in your includes/templates/YOUR_TEMPLATE/css folder)

Search for .leftBoxHeading, .rightBoxHeading and change the height and width values..

George

21 Oct 2008, 02:25
#3
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Sidebox Header Size and Sidebox border

That is correct. You need to use numbers for this; 100% won't push it any bigger. The size of the background image does not affect the element size.```
h3.leftBoxHeading, h3.rightBoxHeading {

background: url("../images/sideboxbg.gif") no-repeat;
height: 100%;
width: 100%

}