Page 1 of 1

Suggestions for Popcorn Machine site

Posted: Fri Aug 29, 2014 7:44 am
by ericjlars
any suggestions for: www.nowpopping.com ? I know i need to get better product descriptions, but anything would prevent you from buying here?

Re: Suggestions for Popcorn Machine site

Posted: Sat Aug 30, 2014 3:58 am
by IP_CAM
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

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;
}