Express Theme - Full screen (width) problem on desktop

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

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

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

@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!

1 Like

wow thank you so much worked perfectly!

1 Like