Product Image and information side by side on tablet (portrait)

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeProduct Image and information side by side on tablet (portrait)

This topic has been marked as not resolved.

I noticed on your Pavilion demo, the product display shows the product image with the price, option, separator and description beside it on a tablet in portrait position. On our website it is only like that on a desktop and laptop, iPad or tablet in portrait puts the image over top the price, option, etc, etc….

If you select a product (even from the slider) from dev.oldislandstamps.com on a tablet, you will se what I mean.

I prefer to have the image beside the product information, if possible, on a tablet in the portrait position. Could you steer me in the direction to have that happen? Thanks. (I hope I am making sense)

Brad

  • This reply was modified 2654 days ago by  bradch00.
  • This reply was modified 2654 days ago by  bradch00.
January 19, 2017 at 1:28 am #55595

Hi Brad,

Columns stack for devices with screen width of 768px and below. You could change the breakpoint in catalog/view/theme/BurnEngine/template/tb/main.css.tpl.

The code you need to edit is:

$screen_sm               = 768;

Just decrease the value to 767.

BR,
ThemeBurn team

January 23, 2017 at 1:16 am #55711

Thanks for; a) getting back to me in short order and b) supplying me with exactly what I needed. The value change works perfect. I put in a small vqmod to insert the new value, which hopefully means it will survive future updates.

Thanks again!
Brad

January 23, 2017 at 1:52 am #55713

Glad we’ve helped, Brad! Using vqmod is fine in order to keep a seamless theme upgrade process.

BR,
ThemeBurn team

January 25, 2017 at 3:54 pm #55836
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.