(About Wrapper Layout) to enlarge the viewable area of the site

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart Theme(About Wrapper Layout) to enlarge the viewable area of the site

This topic has been marked as resolved.

Hello I want to enlarge the viewable area of the site and remove the four side border, for example like the following site

http://www.mydress.com

in order to do that, i go to setting/store/style/Wrapper Layout and turn it to full

but the content area in mobile become smaller than before

how can i enlarge the viewable area in the desktop and mobile to together?

can you give me some advice that how can i make the viewable area of the site just like

http://www.mydress.com ?

thanks

March 2, 2017 at 6:06 am #57056

Hi,

You can increase the maximum website width from Theme Settings > Style > Common and leave the other settings as they are.

Is this what you are looking for?

BR,
ThemeBurn team

March 2, 2017 at 1:57 pm #57075

um…it fix a part of problem

but the most important thing is

is it possible to extend all the item(slider,banner,product etc) so as to occupy the black rectangle in two side in mobile view?
i dont want the white place to occupy the two side area

March 2, 2017 at 2:24 pm #57076

also is it possible to set the min width of the Column left/right area in desktop view?
thnaks

March 2, 2017 at 3:07 pm #57078

Hi,

This extra CSS would do the job:

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

BR,
ThemeBurn team

March 5, 2017 at 4:15 pm #57128

thanks it work.

please also tell me how to set the min width of the Column left/right area in desktop view?

March 5, 2017 at 5:27 pm #57136

Hi,

Sidebars width can be controlled from Theme Settings > Style > Content Wrap > Layout.

http://i.imgur.com/AH5wQRs.png

BR,
ThemeBurn team

March 7, 2017 at 6:43 pm #57231

thanks
i know the Sidebars width can be controlled from Theme Settings > Style > Content Wrap > Layout.

but i want to know how can i set the min width of the Column left/right Sidebars.

i need to fixed the left Sidebar ‘s width to avoid distort when the screen is not big enough,

March 7, 2017 at 7:11 pm #57236

Hi,

Please check again the settings in Style > Content Wrap > Layout > Responsive sidebars. There you can set sidebars (right and left column) width for smaller resolutions.

BR,
ThemeBurn team

March 10, 2017 at 6:10 pm #57312

hello i following your instruction but it doesn’t work

https://app.hyfy.io/v/ab19bW5AUi/

please take a look

March 11, 2017 at 9:52 am #57332

Hi,

You have a custom style for the Coat category which overwrites the settings for All categories. Please check. We’ve already changed GLOBAL settings and everything seems fine in the Account section.

BR,
ThemeBurn team

March 13, 2017 at 1:21 am #57368

thanks
i got it

March 13, 2017 at 5:45 am #57373

Glad we’ve helped :)

BR,
ThemeBurn team

March 17, 2017 at 9:45 am #57515
Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.