Content Text Too Close to the Left Side on Mobile View
Hi,
On mobile view, my content are all aligned at the edge of the left side of the screen.
Please advise how do i resolve this.
My site is future-ehr.com
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
11Hi Horav
Thanks for reaching out.
Is the issue visible on your home page or should I perhaps check another page?
Hi Andrew,
This issue is not visible on the home page as there is not text content, but it happens to all other pages on mobile view.
Thanks.
In Additional CSS you’re adding:
.container {padding: 0px 0px !important;}That removes the theme’s padding. In Page Builder, the cell padding is set to zero.
It’s up to you where to adding padding. The easiest would be to wrap your Custom CSS rule in a media query:
@media (min-width: 768px) { }You can adjust the breakpoint as required.
https://www.w3schools.com/css/css3_mediaqueries_ex.asp
Hi Andrew,
The theme designer had asked me to remove the CSS and the issue should be resolved.
But would you be able to guide me how and where do I remove this CSS in wordpress?
Thanks.
Hi, thanks for the update.
The rule in question should be located at CustomizeAdditional CSS, do you see it there?
Hi Andrew,
There's nothing at Additional Customised CSS:
Hi, you can upload screenshots to imgur.com or any cloud site like Dropbox/Drive and send us the link. Thanks!
Hi,
Here is the link:
https://www.dropbox.com/s/ux405siuxsdy87k/Capture1.PNG?dl=0
The Additional CSS is empty.
Thanks for the screenshot. You can find Additional CSS at AppearanceCustomizeAdditional CSS.
Hi Andrew,
I have removed the CSS, and it works fine now, thank you very much.
Super, glad to hear you’re making progress.
Cheers for now :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.