Mobile view "Compare" not showing correctly

ThemeBurn SupportForumsOpenCart ThemesTechnopolis OpenCart ThemeMobile view "Compare" not showing correctly

This topic has been marked as resolved.

Hi,
In the product view (tested on Iphone 4S) “Compare” option is not showing correctly (see attached pic).

Best regards,
Josip

  • This reply was modified 2720 days ago by  wizstore.
  • This reply was modified 2720 days ago by  wizstore.
  • This reply was modified 2720 days ago by  wizstore.
November 7, 2016 at 12:46 pm #52843

Hi Josip,

Which is the Safari/iOS version?

We’ve checked the page with more recent iPhones and everything seems OK.

BR,
ThemeBurn team

November 10, 2016 at 6:17 pm #52941

Hi,

On a second check we’ve saw the problem. The fix would be to use this extra CSS. We will also add it with the next theme version:

.tb_wt_product_add_to_cart_system .tb_actions > * {
    -ms-flex: 1 0 0px;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    min-width: 160px;
    margin-right: 15px;
}

BR,
ThemeBurn team

November 10, 2016 at 6:46 pm #52942

I inserted custom CSS but it didn’t work.
When I changed

margin-right: 90px;

it showed correctly.
Can you confirm that this is ok?

Best regards,
Josip

November 12, 2016 at 12:04 pm #53004

Hi Josip,

Yes, you can leave it that for the moment. If we find a better solution, we will update it in the next version.

BR,
ThemeBurn team

November 15, 2016 at 12:27 am #53102
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.