Jump to content

Products out-of-place


Recommended Posts

there is not enough space to display 3 products in line

in this case it's necessary to decrease width of <li> elements

 

change:

#featured-products_block_center li {
width: 157px;
height: 242px;
margin: 21px 8px 1px 14px;
padding: 1px 7px;
border: 1px dotted #ede;
} 

to:

#featured-products_block_center li {
width: 127px;
height: 242px;
margin: 21px 8px 1px 14px;
padding: 1px 7px;
border: 1px dotted #ede;
}

effect

hRUzIDO.png

Link to comment
Share on other sites

Hi. Which file do I go to and change? To confirm I ask that I need to go to cpanel and then edit the file as told by you. My question is that can I have the default setup restored for the products on homepage? As in 4 products in a row and so on.

Link to comment
Share on other sites

×
×
  • Create New...