strange behavior of product slider on mobile

ThemeBurn SupportForumsOpenCart ThemesKiddos OpenCart Themestrange behavior of product slider on mobile

This topic has been marked as resolved.

hi
Please take a look at two print screens from mobile phone (iphone 6) in vertical and horizontal view.

In vertical – all is great.
but in horizontal view the behavior of product slicer very strange – it becomes very big, especially white circle. The same I see on vertical view of Ipad 3.

Please help to correct asap.
I want finally launch new design of my site.

February 11, 2017 at 3:07 am #56301
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
February 13, 2017 at 12:48 am #56350

HI, thank a lot! This code helped.

One more question regarding vertical view on mobile phone (iphone6)
I have attached 3 pictures.
First picture (1) is good: product name in 1st row, product price in 2nd row.
But screens 2,4 have some issues with price position.
Can price be always in 2nd row on mobile devices with resolution 768 and lower?
Also on screen 4 the text goes even after the border of banner on iphone 6, however on iphone 5S this picture looks good.

February 14, 2017 at 12:02 am #56418

Hi,

1) Product price will be forced on a new row, if you use this custom CSS:

.tb_wt_product_slider .price {
      -ms-flex: 1 1 100% !important;
  -webkit-flex: 1 1 100% !important;
          flex: 1 1 100% !important;
}

2) You need to set backgroud size of the container (the green wallpaper) to “Cover”.

BR,
ThemeBurn team

February 20, 2017 at 1:10 am #56612

Hello,
regarding 2) – Great it works.
regarding p 1) – nothing changed, for some products price is on new row, for some rows – on the same as it was on my previous screens

February 20, 2017 at 8:05 pm #56674

Hi,

Can you please check the code from our previous post? We’ve modified the CSS a bit.

BR,
ThemeBurn team

February 24, 2017 at 10:17 am #56824

Great! It works perfectly! Thank you very much!

February 24, 2017 at 11:02 am #56833

Glad we’ve helped :)

BR,
ThemeBurn team

February 27, 2017 at 11:22 pm #56932
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.