Archived topic
Blog Excerpts Not Centering on Mobile
5 replies · Started by John on June 26, 2022
Hi!
RE: https://origami33stg.wpengine.com/
On mobile, blog excerpts float left. Adding 550px left padding corrects this when the phone is in portrait position. Turning the phone to landscape position, the text then floats right and off-screen.
Thanks!
John
Hi there,
I am not seeing the Floated blog excerpt on that link?
And what design are you trying to achieve ?
Hi David...
I'm looking at this on an iPhone.
What I'm aiming for is a replication of this site which was built with Thesis.
This is what the Generate Press staging site looks like at the moment.
Thanks,
John
Hi John,
You have this custom CSS code added through Simple CSS which is causing the issue:
.site-main {
width: 915px;
float: right;
border-width: 0 1px 0 0;
border-style: solid;
border-color: #dddddd;
}
If you remove the width and the float CSS rules, that should fix the issue.
Kindly let us know how it goes.
That did it.
Thanks, Fernando!
You’re welcome John!