A member of the Genesis community asked, “How do i make the featured image on single posts full width?”
There’s 2 steps :
Step 1 : Go to the function on line 24 in authority-pro > lib > featured-image.php and change the code to this :
Step 2 : Add the following CSS to the end of the Authority Pro themes style.css file and clear caching.
.featured-image img {
max-height: 300px;
}
Here’s another way to do it.
Was This Tutorial Helpful?