Solved

Express Theme - Full screen (width) problem on desktop

Iamranique
Tourist
3 0 1

on my desktop. If you look below you will see that there are some invisible margins on my website which is not allowing for my content to go full screen. This happens throughout my entire homepage and others.

How do I fix this? 

Thanks in advanced.

www.likklejuice.ca 

Screen Shot 2021-08-06 at 8.41.03 AM.png

Screen Shot 2021-08-06 at 8.40.53 AM.png

Accepted Solution (1)
dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@Iamranique 

please Go to Online Store->Theme->Edit code then go to assets/theme.min.css ->paste below code at the bottom of the file.

.mbc-bundles-pricing-calculated .multi-column__inner {
    max-width: 100% !important;
}

.mbc-bundles-pricing-calculated .image-with-text__inner {
    max-width: 100% !important;
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

View solution in original post

Replies 4 (4)

bracknelson
Excursionist
46 0 8

Use Header & Footer, to maximize & minimize the screen.

Iamranique
Tourist
3 0 1

I don't get what you mean and I don't get how that solves the problem.

Can you explain?

I am trying to get my website to fill the entire screen on the desktop

dmwwebartisan
Shopify Partner
12289 2547 3698

This is an accepted solution.

@Iamranique 

please Go to Online Store->Theme->Edit code then go to assets/theme.min.css ->paste below code at the bottom of the file.

.mbc-bundles-pricing-calculated .multi-column__inner {
    max-width: 100% !important;
}

.mbc-bundles-pricing-calculated .image-with-text__inner {
    max-width: 100% !important;
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
Iamranique
Tourist
3 0 1

 wow thank you so much worked perfectly!