Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Side box spacing help.

Side box spacing help.

Locked

Views: 794

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
27 May 2010, 6:06 PM
#1
joez avatar

joez

New Zenner

Join Date:
May 2010
Posts:
9
Plugin Contributions:
0

Side box spacing help.

Hey guys I cant for the life of me figure out how to space out these left sideboxes. As you can see they are overlayed yet the sign up box is not. Please point me in the right direction. I have edited multiple css files with no success. Heres the site http://pwcmuscle.com/

27 May 2010, 6:49 PM
#2
joez avatar

joez

New Zenner

Join Date:
May 2010
Posts:
9
Plugin Contributions:
0

Re: Side box spacing help.

anyone?

27 May 2010, 7:07 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Side box spacing help.

These TM templates and their multiple nested divs and goofy id and class names can be really difficult to troubleshoot, but find this in template_styles.css and change the red part to 20px or whatever value you want:

.az_box_top_r_new {
background:url(../images/az_box_top_r_new.png) right top no-repeat;
padding:0 6px 0 6px;
}

Might work, might not.

27 May 2010, 7:38 PM
#4
joez avatar

joez

New Zenner

Join Date:
May 2010
Posts:
9
Plugin Contributions:
0

Re: Side box spacing help.

That didnt exactly work.. thanks for the direction though.. it pointed me to where I needed to be! I used this:

#az_left_bar_mid .az_box_new,
#az_right_bar_mid .az_box_new,
#az_left_bar_mid .az_box3_new {
width:225px;
padding-bottom:5px;
overflow:hidden;
}

The red is what I added..

30 May 2010, 4:33 AM
#5
creation avatar

creation

New Zenner

Join Date:
May 2010
Location:
South Coast of NSW Australia
Posts:
57
Plugin Contributions:
0

Re: Side box spacing help.

Stevesh

Can you give me chapter and verse on where to find

template_styles.css

Cannot see it anywhere... what am i doing wrong?

Tks

30 May 2010, 5:33 AM
#6
bigal49 avatar

bigal49

Zen Follower

Join Date:
Mar 2010
Location:
California
Posts:
236
Plugin Contributions:
0

Re: Side box spacing help.

Your FTP program should have a search feature.

Put it on the root folder (something like /public_html)

Copy and paste the file name and let it do the work for you.

BigAl

30 May 2010, 6:01 AM
#7
creation avatar

creation

New Zenner

Join Date:
May 2010
Location:
South Coast of NSW Australia
Posts:
57
Plugin Contributions:
0

Re: Side box spacing help.

Hi

I use CuteFTP which has a find function. I uded that on the /public_html/catalogue/ path ... nothing found/no match.

I am at https://www.creationsdelphine.com/catalogue/

I have since not found them manually either. My template is an update of classic.

30 May 2010, 11:50 AM
#8
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Side box spacing help.

template_styles is a stylesheet that Template Monster added to the template joeZ is using. It doesn't exist in the Classic template.

30 May 2010, 12:33 PM
#9
creation avatar

creation

New Zenner

Join Date:
May 2010
Location:
South Coast of NSW Australia
Posts:
57
Plugin Contributions:
0

Re: Side box spacing help.

Thanks for that..

30 May 2010, 12:36 PM
#10
bigal49 avatar

bigal49

Zen Follower

Join Date:
Mar 2010
Location:
California
Posts:
236
Plugin Contributions:
0

Re: Side box spacing help.

Hi guys,

Steve.

template_styles is a stylesheet that Template Monster added to the template joeZ is using. It doesn't exist in the Classic template.

Thanks Steve, I was suggesting he do a search for the file, he searched for 1 file in just 1 folder.

JoeZ
Any time you are looking for a file you should be searching for just the file name usually starting in the root folder.

That will let cuteFTP look in all the folders and give you the restults.

BigAl