Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / 2 questions about sidebox

2 questions about sidebox

Locked

Views: 1,204

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
12 Jul 2007, 8:51 PM
#1
mipavluk avatar

mipavluk

Zen Follower

Join Date:
Jun 2007
Location:
Posadas, Misiones, Argentina
Posts:
221
Plugin Contributions:
0

2 questions about sidebox

Hi there!

  1. I want to center the content of two sideboxes: Information and more information (i change that for Manufacturers TOU)
    I search in forum but I don't find the answer!

  1. In my manufacturers (designers) box... I don't see the manufacturer's name in complete form.... I see only a part... (take a look) and I like to see the complete designer name... how I can do?

Please... help me!!!!

12 Jul 2007, 9:49 PM
#2
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: 2 questions about sidebox

mipavluk:

Hi there!

  1. I want to center the content of two sideboxes: Information and more information (i change that for Manufacturers TOU)
    I search in forum but I don't find the answer!

  1. In my manufacturers (designers) box... I don't see the manufacturer's name in complete form.... I see only a part... (take a look) and I like to see the complete designer name... how I can do?

Please... help me!!!!
For the first issue, that would be done in the css, by adding text-align:center;

.sideBoxContent {
background-color: transparent;
padding: 0.4em;
text-align:center;
}

to limit it to just the information and more information, you'd do this:

#informationContent,#moreinformationContent {text-align:center;}

As for the manufacturer name, go to your admin, under "Configuration", "Maximum Values" and change the "Length of Manufacturer Name"

12 Jul 2007, 10:03 PM
#3
mipavluk avatar

mipavluk

Zen Follower

Join Date:
Jun 2007
Location:
Posadas, Misiones, Argentina
Posts:
221
Plugin Contributions:
0

Re: 2 questions about sidebox

TY!!!!!!!!!!!!!!!!!!!!!!!!!!
:clap::clap::clap::clap::clap: