Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Center the side box cont

Center the side box cont

Locked

Views: 1,487

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
29 Aug 2008, 6:23 AM
#1
mistique avatar

mistique

New Zenner

Join Date:
Aug 2008
Posts:
17
Plugin Contributions:
0

Center the side box cont

:smile: Hi, ive been trying to centre the content of my sideboxes but have been unsuccesful does any one know how i can do this?

29 Aug 2008, 7:29 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Center the side box cont

A link to your site??

29 Aug 2008, 7:51 AM
#3
mistique avatar

mistique

New Zenner

Join Date:
Aug 2008
Posts:
17
Plugin Contributions:
0

Re: Center the side box cont

Hi Kobra, thanks for your reply, as you can see i have my own header images in place, so i think it would look better if the text in the boxes were centered .

http://the-digi-boutique.com/boutique/

29 Aug 2008, 12:19 PM
#4
stevesh avatar

stevesh

Black Belt

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

Re: Center the side box cont

In your stylesheet:

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

29 Aug 2008, 5:45 PM
#5
mistique avatar

mistique

New Zenner

Join Date:
Aug 2008
Posts:
17
Plugin Contributions:
0

Re: Center the side box cont

That worked a treat, thanks very much Stevesh.:smile:

19 Aug 2010, 2:07 PM
#6
skelly100 avatar

skelly100

New Zenner

Join Date:
Nov 2009
Posts:
34
Plugin Contributions:
0

Re: Center the side box cont

Cool, but to have the Categories/Products side box contents aligned to the left (or wherever) whilst leaving the other side boxes contents center aligned? Tried a couple of CSS things but no joy.

Regards,

SK

my shop

19 Aug 2010, 2:41 PM
#7
gjh42 avatar

gjh42

Black Belt

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

Re: Center the side box cont

#categoriesContent {whatever styling you want for categories box;}

28 Aug 2010, 12:19 PM
#8
skelly100 avatar

skelly100

New Zenner

Join Date:
Nov 2009
Posts:
34
Plugin Contributions:
0

Re: Center the side box cont

Thanks Glenn !