Joomla 3.6.5
Virtuemart 3.0.19.5
PHP 5.6.30
Website http://www.officeasy.com.au/office-accessories/ergonomic-products/ergonomic-desk-riser-medium-detail
If you look at that you can see that the Add to cart button is overlapping the price. This issue persists across multiple products unless they have a size or color option. Yet on a local installation the display of it is perfect. Same browsers.
My local pc is running virtuemart 3.0.19.3, PHP 5.5.35
I've tried uploading the entire template folder with no change at all. We are using ModernAStore.
Looks like a template issue, please talk to ModernAStore.
regards
Jörgen @ Kreativ Fotografi
But on my local pc it is fine and that has modernAstore on it.
I would still say this is a template issue.
Does the template have some kind of control panel where You can make css changes ?
This is just a suggestion for template.css, line 1390
/*media screen,projection*/
.spacer-buy-area .product-price .PricesalesPrice span {
letter-spacing: -1px;
margin-top: 20px;
font-size: 250%;
display: block;
}
regards
Jörgen @ Kreativ Fotografi
Yes it does, and it has a few style ie style 1 thru 6 templates as well. I've tried that code to no change.
Switched over from chrome to firefox and it works. = chrome issue.... But a new issue with the + and - button missing
The +&- are hidden behind the add to cart button. Adding margin-left: 110px; to the button css causes the +- to show. Not a good layout so some more style changes would be needed IMHO.
Quote from: jenkinhill on February 24, 2017, 10:59:55 AM
The +&- are hidden behind the add to cart button. Adding margin-left: 110px; to the button css causes the +- to show. Not a good layout so some more style changes would be needed IMHO.
Thankyou. And now I'm going thru that darn style sheet and putting comments on all the controls I can find and fixing them one by one.
I inherited this template so have no decision over it now and have to correct all these errors.