My pages are not displaying 'wide screen' they are limited to just the middle.

Solved

My pages are not displaying 'wide screen' they are limited to just the middle.

LSAccounting
Trailblazer
205 1 31

LSAccounting_0-1663748592329.png

 

My pages are displaying like this if I do not made a custom template. 

 

Is there a way of making this show wide screen? 

 

https://lsaccountingfirm-umbrella.myshopify.com/ 

By L&S Team
Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1785 3095

This is an accepted solution.

@LSAccounting 

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

 

Add this css at the bottom

Online Store->Theme->Edit code

assets->base.css

 

.page-width--narrow {

max-width: 100rem !important;

}

 

Best regards,

PageFly

View solution in original post

Replies 2 (2)

PageFly-Victor
Shopify Partner
7865 1785 3095

This is an accepted solution.

@LSAccounting 

This is PageFly - Advanced Page Builder. I would love to give you some recommendations

 

Add this css at the bottom

Online Store->Theme->Edit code

assets->base.css

 

.page-width--narrow {

max-width: 100rem !important;

}

 

Best regards,

PageFly

LSAccounting
Trailblazer
205 1 31

135 worked the best for me but thank you! 🙂 

By L&S Team