*

Marko

  • ***
  • 66 posts
Re: Mobile View
« Reply #15 on: February 11, 2016, 06:46:30 PM »
@Ghany

As always be. :) just a little patience.

I owned 2 themes and 2 plugins from mb themes. so far. Zara is the best theme i ever owned.

*

MB Themes

Re: Mobile View
« Reply #16 on: February 11, 2016, 07:21:35 PM »
@Marko
I have tested on iPad Air and I could not get issue on your site again as before.
Try to manually load file oc-content/themes/zara/css/style.css via your device and refresh it there.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Marko

  • ***
  • 66 posts
Re: Mobile View
« Reply #17 on: February 11, 2016, 07:32:46 PM »
It. Fixed.

Thank you so much for the help

Please mark this as solved. Thank you

Marko
« Last Edit: February 11, 2016, 07:35:30 PM by Marko »

*

MB Themes

Re: Mobile View
« Reply #18 on: February 11, 2016, 07:41:39 PM »
@Marko
Very nice, thanks for reporting ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Daniel PM

  • ****
  • 111 posts
Re: Mobile View
« Reply #19 on: February 15, 2016, 08:58:24 PM »
@Marko, @Ghany
Finally found problem.
Go to:
oc-content/themes/zara/css/style.css

Find line:
Code: [Select]
#photos .ajax_preview_img img {max-width: 100%;padding:2px;max-height:100%;width:auto;height:auto;display: block;margin:auto;text-align:center;margin: 0;position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%)}
Replace with:
Code: [Select]
#photos .ajax_preview_img img {max-width: 100%;padding:2px;max-height:100%;width:auto;height:auto;display: block;margin:auto;text-align:center;margin: 0;position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%)}

Same issue here, thanks for the fix frosticek!, images are inside the square now! :) :)
Daniel PM

*

MB Themes

Re: Mobile View
« Reply #20 on: February 15, 2016, 09:11:23 PM »
@Daniel PM
Welcome ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots