This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

igorman732

  • ***
  • 23 posts
Category img
« on: December 02, 2016, 08:08:42 AM »
how to make a normal

*

MB Themes

Re: Category img
« Reply #1 on: December 02, 2016, 09:01:03 AM »
@igorman732
Please explain your question.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

igorman732

  • ***
  • 23 posts
Re: Category img
« Reply #2 on: December 02, 2016, 09:06:42 AM »
How to make that image was in a full circle?

*

MB Themes

Re: Category img
« Reply #3 on: December 02, 2016, 09:20:56 AM »
@igorman732
What is your URL?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

igorman732

  • ***
  • 23 posts
Re: Category img
« Reply #4 on: December 02, 2016, 09:32:15 AM »
qqvape.ru

Marked as best answer by frosticek on December 02, 2016, 01:36:23 PM
*

MB Themes

Re: Category img
« Reply #5 on: December 02, 2016, 09:45:26 AM »
In style.css of theme locate this row starting with:

Code: [Select]
#top-cat ul li .img img {
Replace it with:
Code: [Select]
#top-cat ul li .img img {width: 100%; height: 70px; margin: auto; position: relative; z-index: 9;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

igorman732

  • ***
  • 23 posts
Re: Category img
« Reply #6 on: December 02, 2016, 10:26:30 AM »

*

MB Themes

Re: Category img
« Reply #7 on: December 02, 2016, 11:32:30 AM »
@igorman732
Try to change attribute height: 70px; to height: 100%;  or   height: auto;
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

igorman732

  • ***
  • 23 posts
Re: Category img
« Reply #8 on: December 02, 2016, 12:43:48 PM »
Ty