• how can i get the featured image size on the main page here centered ans change the size

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

Viewing 1 replies (of 1 total)
  • Hi there,

    This CSS should help:

    .post-image {
        text-align: center;
    }
    
    .post-image img {
        max-width: 200px;
    }

    Let me know ??

Viewing 1 replies (of 1 total)
  • The topic ‘[Generate Press] Featured Image Size’ is closed to new replies.