Suggestions for Popcorn Machine site
Posted: Fri Aug 29, 2014 7:44 am
any suggestions for: www.nowpopping.com ? I know i need to get better product descriptions, but anything would prevent you from buying here?
OpenCart Community Forum - Discuss shopping cart and e-commerce solutions.
https://forum.opencart.com/
Code: Select all
/* box products */
.box-product {
width: 100%;
text-align:center;
overflow: auto;
}
.box-product > div {
-webkit-border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-khtml-border-radius: 7px 7px 7px 7px;
border-radius: 7px 7px 7px 7px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 6px;
padding-left: 6px;
border-top: 1px solid #DEDEDE;
border-left: 1px solid #DEDEDE;
border-right: 1px solid #DEDEDE;
border-bottom: 1px solid #DEDEDE;
display: inline-block;
vertical-align: top;
margin-left: 4px;
margin-right: 4px;
margin-bottom: 10px;
background: #FFFFFF;
width: 140px;
text-align:center;
}
#column-left + #column-right + #content .box-product > div {
text-align:center;
width: 130px;
}
.product-grid {
padding-top: 12px;
padding-left: 5px;
padding-bottom: 8px;
width: 100%;
overflow: auto;
text-align:center;
}