Hi there,
You could use some custom CSS to achieve what you’re after.
To add custom CSS, firstly set up a child theme or activate a custom CSS plugin. If you have Jetpack active then you can also enable its custom CSS module.
Enter the following snippet in either the editor for your CSS plugin or the style.css file of your child theme:
.home .featured-image {
margin-right: 21%;
margin-left: 21%;
}
Let me know how you get on with that or if extra questions come up.
Thank you!
It’s perfect π I’m really happy with the result!
You’re most welcome! I’m glad that worked out for you. π
Hi,
Just a little tip:
It’s also necessary to enter this:
.category .featured-image {
margin-right: 21%;
margin-left: 21%;
}
Because if you leave the homepage and navigate in the website’s menu the frames are still too big!
π
Thank you for sharing your tip!