Site logo

Archived topic

Blog Excerpts Not Centering on Mobile

5 replies · Started by John on June 26, 2022

Viewing posts 1–6 of 6

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

This archived topic is closed to new replies.