Site logo

Archived topic

CSS styling on images and footer

3 replies · Started by Rob on October 18, 2021

Viewing posts 1–4 of 4

Hi there,

change your CSS to:

.single .entry-content .wp-block-image {
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 30px;
    background-color: #fff;
    border-style: double;
    border-width: 4px;
    border-color: #9b662f;
}

This will just target the content of the post.

Perfect thank you!

You're welcome

This archived topic is closed to new replies.