• Hi,
    I am currently using the GeneratePress Free theme. I have made a Post Archive Page and have discovered that the margins (right and left) seem to be set at 0.

    Currently it looks terrible in the mobile and tablet version.

    Could you please tell me/show me what the CSS would be to establish left and right margins of 50px? How would I go about doing this?
    Thank you in advance for you help.
    James

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Leo

    (@leohsiang)

    Hi there,

    I believe this CSS added by you is causing the issue:

    .inside-header, .inside-page-header, .one-container .site-content, .separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
    	padding: 0px;
    }

    The default padding in the free theme should be 40px.

    Thread Starter nifty27

    (@nifty27)

    Thank you for your help. I made the changes and it is good now.

    Leo

    (@leohsiang)

    No problem 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Post Archive Page CSS’ is closed to new replies.