how do I change widths settings for tablet and phone?

ThemeBurn SupportForumsOpenCart ThemesBurnEnginehow do I change widths settings for tablet and phone?

This topic has been marked as not a support question.

I want to change width settings as follows

600 phone
1000 tablet

how do I do this?

October 3, 2018 at 11:17 pm #65692

Hi,

You can change these settings in:

catalog/view/theme/BurnEngine/template/tb/main.css.tpl
catalog/view/theme/BurnEngine/template/tb/page.css.tpl

Screen breakpoints are stored in:

$screen_xs               = 480;
$screen_sm               = 768;
$screen_md               = 1040;
$screen_lg               = 1260;

BR,
ThemeBurn team

October 8, 2018 at 11:31 am #65746
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.