How to I center my image, its the same place where the "Have You Got Yours" image was on main page?
thanks
How to I center my image, its the same place where the "Have You Got Yours" image was on main page?
thanks
Wa,
Locate this:
includes/templates/classic/css/stylesheet.css
Add this to the bottom of the stylesheet.css
IMG {
display: block;
margin-left: auto;
margin-right: auto; }
Oh, NO Mr. Bill
The dreaded classic template
Please take time to click on the tab at the top of this page called Tutorials/FAQ
- Search for override system
- Will need for any future upgrades of your nice site
- The site makes me want to chop on my big brother who use to pound on me!! LOL
Mark
Hare Do - Does the rabbit beat Zen "never".
Zen Cart 1.5.1 Update Release Need help Purchase the Book
The code posted in the previous post will most likely center ALL your images regardless of what page they are on or whether you want them centered or not lol though you really should listen to haredo's advice on overides :)
Add this into your stylesheet instead:
Code:#indexDefaultMainContent { margin: auto; text-align: center; }![]()
HunnyBee Design - ZC 1.3.9h ~ Digiscrap Forum
"A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe
thanks folks, but I i am using the overide system, did you guys see a mistake somewhere?
The stylesheets are being pulled from the classic folder, this is not using the override system as anything in the classic folders will get over-written....and changes lost....with future upgrades. You need to create your own custom folders for your template wherever you *see* a classic folder and use those instead.Code:<link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet.css" /> <link rel="stylesheet" type="text/css" href="includes/templates/classic/css/stylesheet_css_buttons.css" /> <link rel="stylesheet" type="text/css" media="print" href="includes/templates/classic/css/print_stylesheet.css" />
Glad you got it centered![]()
HunnyBee Design - ZC 1.3.9h ~ Digiscrap Forum
"A man's manners are a mirror in which he shows his portrait." ~ Johann Wolfgang von Goethe
Bookmarks