you have a very lovely Site, just one thing, your Box Product Display looks like Sh.., at least according my 'visual' feelings.
You should center such fields by use of the >>text-align:center<< Command in the stylesheet.css as shown below.
Other than that, I love it...
Good Luck
Ernie
openshop.li
You should center such fields by use of the >>text-align:center<< Command in the stylesheet.css as shown below.
Other than that, I love it...
Good Luck
Ernie
openshop.li
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;
}
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Who is online
Users browsing this forum: No registered users and 5 guests