Title: Featured image CSS (margin and border)
Last modified: January 25, 2021

---

# Featured image CSS (margin and border)

 *  Resolved [link1921u](https://wordpress.org/support/users/link1921u/)
 * (@link1921u)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/featured-image-css-margin-and-border/)
 * Hi! It’s me, Link1921u
 * I am very happy for your help and I wanted to thank you.
 * Now I have a new question, is there a way to separate the title from the featured
   image? Maybe using margin with CSS, but how? And another little question, the
   CSS to modify the border of the image, how would it be if I want it in black?
    -  This topic was modified 5 years, 3 months ago by [link1921u](https://wordpress.org/support/users/link1921u/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffeatured-image-css-margin-and-border%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [David](https://wordpress.org/support/users/diggeddy/)
 * (@diggeddy)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/featured-image-css-margin-and-border/#post-13954627)
 * Hi there,
 * try this CSS:
 *     ```
       .entry-header {
         margin-bottom: 1em;
       }
   
       .page-header-image-single img {
         border: 2px solid #000;
       }
       ```
   
 *  Thread Starter [link1921u](https://wordpress.org/support/users/link1921u/)
 * (@link1921u)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/featured-image-css-margin-and-border/#post-13954887)
 * Thanks David!!!
 *  [David](https://wordpress.org/support/users/diggeddy/)
 * (@diggeddy)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/featured-image-css-margin-and-border/#post-13955696)
 * You’re welcome

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

The topic ‘Featured image CSS (margin and border)’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/generatepress/3.6.1/screenshot.
   png)
 * GeneratePress
 * [Support Threads](https://wordpress.org/support/theme/generatepress/)
 * [Active Topics](https://wordpress.org/support/theme/generatepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/generatepress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/generatepress/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [featured](https://wordpress.org/support/topic-tag/featured/)
 * [image](https://wordpress.org/support/topic-tag/image/)

 * 3 replies
 * 2 participants
 * Last reply from: [David](https://wordpress.org/support/users/diggeddy/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/featured-image-css-margin-and-border/#post-13955696)
 * Status: resolved