Zara icon alignment
« on: August 07, 2017, 11:23:50 PM »
Hi there,

I am facing problem with the alignment of the icons in the mobile view .

Please help .

Problem:

http://imgur.com/hBnx0W1

URL :

https://goo.gl/xB68EK


Thank you

Marked as best answer by frosticek on August 08, 2017, 11:00:55 PM
*

MB Themes

Re: Zara icon alignment
« Reply #1 on: August 08, 2017, 08:54:12 AM »
You are missing some styles from responsive.css, make sure you use latest version.
You can fix issue adding following code to style.css:
Code: [Select]
@media screen and (max-width: 767px) {
#top-cat ul li .img img {
    margin: 7px auto;
}
}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Zara icon alignment
« Reply #2 on: August 08, 2017, 07:18:26 PM »
Thanks for the quick response .

You got me worried now with the missing/old files response .

The template was purchased like 2 weeks back from osclass market when 3.7.3 was the current version. Are there any changes for 3.7.4 ?

I re downloaded the official version from osclass market and checked . Both the dates of last modified are the same (10th Nov 2016) . If there is a version related after that, I would like to request to update the it or give access .

P.S. The above solution worked .

Thank you

*

MB Themes

Re: Zara icon alignment
« Reply #3 on: August 08, 2017, 11:00:50 PM »
@assamsiddibapa
I just sawn different structure of styles in console....
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots