Zen Cart Logo
Forums / General Questions / Lines on side boxes

Lines on side boxes

Locked

Views: 815

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
16 Apr 2009, 3:15 AM
#1
rjgonzalez avatar

rjgonzalez

Zen Follower

Join Date:
May 2008
Posts:
155
Plugin Contributions:
0

Lines on side boxes

I am editing a template and i must of done something wrong to a file and i can figure what is it there is some wired lines on the sideboxes that weren't there before, check it out see if can be fix, would hate to have to re-installed everything which is what i am about to do.

http://ibnuevaesperanza.org/

:oops::lamo:

16 Apr 2009, 3:21 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Lines on side boxes

rjgonzalez:

I am editing a template and i must of done something wrong to a file and i can figure what is it there is some wired lines on the sideboxes that weren't there before, check it out see if can be fix, would hate to have to re-installed everything which is what i am about to do.

http://ibnuevaesperanza.org/

:oops::lamo:

Ri,
We have all wore your shoes before.. That is why I wear sandles :)

Locate this:
includes/templates/bookshelf/css/stylesheet.css
Find this:

.sideBoxContent {
background-color:#FDF4D7;
background-image:url(../images/boxF.gif);
background-repeat:no-repeat;
font-size:11px;
line-height:125%;
padding:5px;
}The red font above is the fix: delete her out of the element

16 Apr 2009, 3:23 AM
#3
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Lines on side boxes

What haredo said and look at this.

.sideBoxContent { padding:5px; background-color: #FDF4D7; background-image:url('../images/boxF.gif'); background-repeat: no-repeat; font-size: 11px; line-height: 125%; background-position-y:50% } Missing the ; after 50%
Tina

16 Apr 2009, 4:16 AM
#4
rjgonzalez avatar

rjgonzalez

Zen Follower

Join Date:
May 2008
Posts:
155
Plugin Contributions:
0

Re: Lines on side boxes

thank you i figure it out

16 Apr 2009, 4:21 AM
#5
rjgonzalez avatar

rjgonzalez

Zen Follower

Join Date:
May 2008
Posts:
155
Plugin Contributions:
0

Re: Lines on side boxes

miss tina, how are you? i fix your found good eye, see your forum?

16 Apr 2009, 4:28 AM
#6
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: Lines on side boxes

I did see your posts on my forum! Thanks!

Tina

16 Apr 2009, 4:46 AM
#7
rjgonzalez avatar

rjgonzalez

Zen Follower

Join Date:
May 2008
Posts:
155
Plugin Contributions:
0

Re: Lines on side boxes

did not know you had that if not i have done it sooner