Hello, please help!
I have a large amount of white space on the rightside of site on mobile?
Thanks in advance,
Hello, please help!
I have a large amount of white space on the rightside of site on mobile?
Thanks in advance,
So past the sidebar on the right, I can swipe and it shows just blank space…please help
Hi Tom,
Thanks for reaching out!
I check your website on mobile view but I couldn’t find the issue you’ve mentioned. If you have a scrolling horizontal issue, It has something to do with your customization because by default it should fit with your mobile screen. I suggest if you see the issue, try removing your section one by one to find the culprit.
Hope that helps and let us know how it goes.
it’s only in blog posts not on homepage or pages - like here -
Had friend have a look he said it’s here:
https://eatcuredmeat.com/wp-content/cache/minify/0eb15.css
and this is it:
So .x-container.main:not(.x-row):not(.x-grid):not(.x-div):not(.x-bar-content):not(.x-slide-container-content):before {
content: “”;
display: block;
position: absolute;
top: -35px;
bottom: -10000em;
bottom: 0;
/ width: 10000em; /
background-color: #fff;
z-index: -1;
}
can you help me please?
Hey Tom,
I also check your website and that’s the reason why it has a big space to the right on your mobile view. Though I can’t replicate the issue using my development website using that code, you need to override the width of the CSS selector. Please add the code below in your Theme Options > CSS.
.x-container.main:not(.x-row):not(.x-grid):not(.x-div):not(.x-bar-content):not(.x-slide-container-content):before {
width: auto !important;
}
Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.
Hope that helps.
Thanks for you’re quick response.
I put it in the Theme option > CSS didn’t change anything.
I put it in the Global CSS and it worked, what’s the difference?
Cheers
Hello Tom,
This could just be some caching issue or a plugin conflict amongst other things. The theme resources were minified and that the cache could be serving from an old cache file. If the issue comes back again perhaps you can do some basic troubleshooting as well.
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.