New Zenner
- Join Date:
- Nov 2007
- Posts:
- 54
- Plugin Contributions:
- 0
Please help with centering page- SilverFish template
I have looked through my stylesheet extensively and am at a complete loss.
my shops main page which can be found at
https://www.hornsales.com
appears centered in my browser but the main logo in the header was aligned left. I added text-align: center to #logo and that didn't work so I adjusted the padding of #logo and that worked.
But certain pages will show up centered in my browser and others like this one :
http://www.hornsales.com/catalog/index.php?main_page=index&cPath=65_81
Show up aligned to the left of the browser and the logo image is still centered, I know it stays there because I used padding to position it.
What I need to figure out is what is wrong in my stylesheet or what is overriding my stylesheet that is making some pages center in the browser and some pages align left. And Why I couldn't get
#logo {text-align: center};
to make my logo image center in the header so I can remove the padding and the logo image will appeared centered to the header box
I have tried every instance in the style sheet of text-align: left or float: left , but changing any of them to text-align: center does not affect the anything.
I feel there is an override in place that I didn't know I put in but I am clueless
Please help