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.
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.
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
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!
wow thank you so much worked perfectly!