Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Quantity box breaks content area
Author « Topic »  

IfOnly
Advanced Member

235 Posts

Pre-sales questions only
(More Details...)

Posted - 11/13/2017 :  09:50:46  
Hi Guys

I have just upgraded to 6.7.3 and when you visit any of the product ranges in all four major browsers, the quantity box is partly hidden in column one and extends outside of the product div in column two.
I have increased the div.product size to its maximum before it goes to a single column, which is silly on a desktop.
Pork Cuts is a good product category to show the problem.

Could you help please.

Edited by - IfOnly on 11/13/2017 10:01:30

Andy
ECT Moderator

95440 Posts

Posted - 11/13/2017 :  10:01:01  
Hi

Can you let us know the URL and we'll take a look for you?

Andy

Please feel free to review / rate our software

IfOnly
Advanced Member

235 Posts

Pre-sales questions only
(More Details...)

Posted - 11/13/2017 :  10:03:24  
Thanks Andy
The URL is in my profile and the category that shows the problem well is: /products.php?cat=Pork+Cuts

Andy
ECT Moderator

95440 Posts

Posted - 11/13/2017 :  10:15:58  
What I would do is change the width of prodprice

div.prodprice{
padding: 4px;
font-size: 1em;
text-align: center;
float: left;
width: 100%;
color: #F00;
}

and then centre the product description

div.proddescription{
padding:6px;
float:left;
text-align:center;
width:100%

}

Then add this

div.quantity0div, div.quantity1div, div.quantity2div{
display:inline-block;
margin:14px 6px 0px 40px;
}

input.quantity0input{
border:1px solid #ccc;
padding:4px 4px 3px 4px;
}


and change this

div.addtocart{
text-align:center;
float:left;
width:100%;
}

Andy

Please feel free to review / rate our software

IfOnly
Advanced Member

235 Posts

Pre-sales questions only
(More Details...)

Posted - 11/13/2017 :  10:32:59  
Andy, thank you so much for such a swift and fantastic fix.
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.01 seconds. Snitz Forums 2000