Switch to Classic for a minute ...
Does that fix it?
If so, go fix your template ... this could be the files or stylesheet ...
Switch to Classic for a minute ...
Does that fix it?
If so, go fix your template ... this could be the files or stylesheet ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Nope - I switched to classic, and the buttons are still arranged in the same way.
Not sure what all files you may have touched but that is not how it displays in the original code in any version of Zen Cart ...
Perhaps you could download a clean v1.3.0.1 and see what files you might have changed ... perhaps you changed the core files and are altering this for everything ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
I had checked this earlier - since the buttons displayed the same way in classic, I assumed that was the default & I'd be able to change them. I'll check the code & see what I did.
Thanks for your quick reply!
Let us know if you find the solution to this one ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Woooohoooo! Success!
In mytemplate\stylesheet.css, I had:
a img{
border: none;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #003366;
line-height:10px;
letter-spacing:.1em;
text-decoration: none;
display: block;
padding:8px 6px 10px 26px;
background: url("mm_arrow.gif") 14px 45% no-repeat;
}
I changed it to:
a img{
border: none;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color: #003366;
line-height:10px;
letter-spacing:.1em;
text-decoration: none;
display: inline;
padding:8px 6px 10px 26px;
background: url("mm_arrow.gif") 14px 45% no-repeat;
}
The only difference is "display: block" was changed to "display: inline" - that fixed it!
Thanks for your help!
Thanks for the update ... always a help to others ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!