Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Right box header too big?

Right box header too big?

Locked

Views: 1,245

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
29 Nov 2007, 2:44 PM
#1
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

Right box header too big?

Hi,

When I changed the right hand side header image for the red passion template there appears to not be enough room. I have checked and the image is exactly the same size so I can only presume I have changed something else I shouldn't have and so the column is too small? not wide enough as it is chopping pff a few pixel so the image header.

How can I sort this?

Thanks

29 Nov 2007, 3:38 PM
#2
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Right box header too big?

Change the width for the right column in Admin->Layout Settings

29 Nov 2007, 3:53 PM
#3
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

Re: Right box header too big?

Yeah tried that but it didnt fully sort it. Now I have done that the line separating the middle bit from the right box han't moved with it...how do I move this along to the left of the right hand side box? (separator line?)

On a separate issue the title Shopping Cart fits on fine but after it there is '(more)' which goes over the edge of the image. How can I solve this?

If the only way is to delete '(more)' then thats fine but where do I do this?

Thanks

29 Nov 2007, 4:05 PM
#4
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Right box header too big?

Either reduce the box heading font size- I did it on my site by changing the following styles:

h3.leftBoxHeading, h3.leftBoxHeading a, h3.rightBoxHeading, h3.rightBoxHeading a

or as you said, change your headings to something shorter, you'll find those in:

\includes\languages\custom\english.php

do a search for BOX_HEADING

29 Nov 2007, 4:49 PM
#5
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

Re: Right box header too big?

Hi thanks for that,

I can only find the heading 'Shopping Cart' and not ' Shopping cart (more)'

My script says this

// shopping_cart box text in sideboxes/shopping_cart.php
define('BOX_HEADING_SHOPPING_CART', 'Shopping Cart');
define('BOX_SHOPPING_CART_EMPTY', 'Your cart is empty.');
define('BOX_SHOPPING_CART_DIVIDER', 'ea.- ');

is this the wrong place?

29 Nov 2007, 8:09 PM
#6
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Right box header too big?

you are looking in the right place- it's just that the "more..." text is defined separately (doe a search)

30 Nov 2007, 9:17 AM
#7
hem avatar

hem

Totally Zenned

Join Date:
Sep 2007
Location:
Dublin, Ireland
Posts:
1,281
Plugin Contributions:
5

Re: Right box header too big?

Further to this- you are looking for a define called BOX_HEADING_LINKS

30 Nov 2007, 10:14 AM
#8
pb4 avatar

pb4

Totally Zenned

Join Date:
Nov 2007
Posts:
555
Plugin Contributions:
0

Re: Right box header too big?

Great - thanks, found it.

Out of interest where is the search code feature within dreamweaver?