How to change number of subcategories in row in category (enlarging pictures)

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeHow to change number of subcategories in row in category (enlarging pictures)

This topic has been marked as resolved.

Hello,

How can I change number of subcategories in the row in category. My point is to enlarging subcategory pictures. In Settings menu there are just option to change category itself picture size and there is any settings releated to my point in Shoppica2 module sittings.

Thanks

Alexander

 borsik
January 29, 2013 at 2:49 pm #17775

Hi Alexander,

You can check this topic, where we have discussed the same modification:

http://support.themeburn.com/topic/changing-default-category-display

Best,
ThemeBurn team

February 4, 2013 at 12:13 pm #18056

Please note that there is missing information where to change subcategory image size. It’s in file here:

./catalog/view/theme/shoppica2/stylesheet/screen.css.php


.s_subcategory {
  <?php if ($language == 'ltr'): ?>
  float: left;
  <?php else: ?>
  float: right;
  <?php endif; ?>
  width: 150px; // CHANGE SUBCATEGORY IMAGE SIZE HERE, default = 100px
  margin: 0 10px 20px 10px;
  text-align: center;
}

Thanks

Alexander

 borsik
February 5, 2013 at 8:58 am #18153

You have a point.

Thanks for the correction, Alexander!

Best,
ThemeBurn team

February 6, 2013 at 5:50 pm #18252
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.