how to enlarge the content to be full screen in mobile view

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart Themehow to enlarge the content to be full screen in mobile view

This topic has been marked as resolved.

in mobile view,the background occupied too much place, is it possible to enlarge the content size to be full screen?
i think i don’t need such a background in mobile because it occupied four sides….
thanks

January 18, 2017 at 11:51 pm #55592

Hi,

You can use some custom CSS:

@media (max-width: 768px) {
  #wrapper {
    margin: 0 !important;
    padding: 30px 20px 20px 20px;
  }
}

BR,
ThemeBurn team

January 23, 2017 at 12:47 am #55710

thanks! it work great!

January 23, 2017 at 5:55 am #55722

Glad we’ve helped!

BR,
ThemeBurn team

January 26, 2017 at 1:46 am #55847
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.