Hello, I am using v1.3.9h. Please advise how do I center page title. For example, on my Privacy Notice Page the title "Privacy Notice" is on the left and I would like to center it. Thank you.
Hello, I am using v1.3.9h. Please advise how do I center page title. For example, on my Privacy Notice Page the title "Privacy Notice" is on the left and I would like to center it. Thank you.
Please post a link to the page in question without the http://www.
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Here's the link fashionclickers.com/index.php?main_page=privacy
Thank you
Add this to the bottom of includes/templates/cherry_zen/css/stylesheet.css
When you get time download a copy of Moxilla Firefox with the add on called Firebug..#privacyDefaultHeading {
text-align: center;
}
Then google:A free web development tool that allow you to view the stylesheet.css and etc to make changes to your div id's and classes and if you like then upload the changes to the stylesheet.css to your server..youtube firefox firebug![]()
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Take a look at the navmain how it is floating on the right hand side.. I believe it looks better in the center since we just center Privacy Notice...
Change the highlighted red font about to this: /*float: right;*/#navMain ul {
float: right;
list-style: none outside none;
}
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Look at this here to fix the tagline wording to center correctly..
Find this:
Change to this:#taglineWrapper {
width: 65%;
}
#tagline {
font-size: 1.3em;
margin-left: 320px;
padding: 23px 8px 30px;
text-align: center;
vertical-align: middle;
}
#taglineWrapper {
width: 100%;
}
#tagline {
font-size: 1.3em;
padding: 23px 8px 10px 0px;
text-align: center;
vertical-align: middle;
}
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Thank you very very much. It works. Can't believe I spent two days looking for the solution.![]()
You are most welcome, and ty for posting the solution ...
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting