Archived topic
Add an extra class to featured images
3 replies · Started by Arnab Mohapatra on July 27, 2020
Viewing posts 1–4 of 4
Hey!
How do I add an extra class alignwide to all featured images inside posts?
Thanks
Hi there,
can you link me to your site so i can see if it is necessary to add the alignwide option to the images to achieve that.
You can edit your original topic and use the Site URL field to share the link privately.
Try adding this CSS:
.single .featured-image {
margin-left: -30px;
margin-right: -30px;
border-radius: 5px;
box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1);
}
This archived topic is closed to new replies.