[Support request] Blog Excerpts Not Centering on Mobile

Home Forums Support [Support request] Blog Excerpts Not Centering on Mobile

Home Forums Support Blog Excerpts Not Centering on Mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2264996
    John

    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

    #2265009
    David
    Staff
    Customer Support

    Hi there,

    I am not seeing the Floated blog excerpt on that link?

    And what design are you trying to achieve ?

    #2265061
    John

    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

    #2265271
    Fernando
    Customer Support

    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.

    #2265740
    John

    That did it.

    Thanks, Fernando!

    #2266356
    Fernando
    Customer Support

    You’re welcome John!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.