Jump to content

[SOLVED] How to change design of new products block on homepage?


Recommended Posts

have you tried to use code mentioned in tutorial also for new products block? ;)

 

 

you have to copy whole <li> </li> code

+ <script> to overlay effect

and change css styles (each instace from #product_list change to #featured-products_block_center)

 

effect

uJDsX6Z.png

Link to comment
Share on other sites

add margin-right:10px; to:

#featured-products_block_center li {
text-align:center;
margin-bottom:14px;
border:1px solid #eee;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
padding:10px;
width:150px;
display:inline-block;
vertical-align:top;
margin:2px;
position:relative;
}
Link to comment
Share on other sites

 

add margin-right:10px; to:

#featured-products_block_center li {
text-align:center;
margin-bottom:14px;
border:1px solid #eee;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
padding:10px;
width:150px;
display:inline-block;
vertical-align:top;
margin:2px;
position:relative;
}

 

Thanks for answer. 

 

I add this to homenewproducts.css as you said, but nothings change...

Link to comment
Share on other sites

hello add this code to the

#featured-products_block_center li {
text-align: center;
margin-bottom: 14px;
border: 1px solid #eee;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 10px;
width: 150px;
display: inline-block;
vertical-align: top;
margin: 2px;
position: relative;
}

http://pingubuy.com/modules/homefeatured2/css/homefeatured15.css

Link to comment
Share on other sites

hello add this code to the

#featured-products_block_center li {
text-align: center;
margin-bottom: 14px;
border: 1px solid #eee;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 10px;
width: 150px;
display: inline-block;
vertical-align: top;
margin: 2px;
position: relative;
}

http://pingubuy.com/modules/homefeatured2/css/homefeatured15.css

 

Thanks! 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...