List Format Categories Prices

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeList Format Categories Prices

This topic has been marked as resolved.

Hi when i change the format of the category list to “List” the prices are not in the correct place, they are showing up on the far right side instead of being under / on the product.

Please Help

T

September 30, 2011 at 5:09 pm #2095

I have attached an image to clarify the issue I am having:

The first product appears fine, however the second one is not since the price label is covering the link text

Example Image

September 30, 2011 at 6:15 pm #2099

Hi,

This is the way the theme is designed. There price in list view should be in the right corner of the product.

We see, however a problem with the price – it is overlapping the content for the second product. This could be easily fixed with css only. Just find this piece of code in the catalog/view/theme/shoppica/stylesheet/screen.css:

.s_item .s_description {
  margin-bottom: 10px;
  margin-right: 86px;
}

and add min-height:

.s_item .s_description {
  min-height: 60px;
  margin-bottom: 10px;
  margin-right: 86px;
}

Best regards,
ThemeBurn team

  • This reply was modified 4585 days ago by  TB Support.
October 3, 2011 at 11:49 am #2124
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.