Hey. I’d like the featured image to go all the way across the top rather than with the bit of white-space on the right as it’s showing on my ipad. How wto make ethis happen?
CSS?
Hey. I’d like the featured image to go all the way across the top rather than with the bit of white-space on the right as it’s showing on my ipad. How wto make ethis happen?
CSS?
Hello @Peter_Fae,
Thanks for asking. 
You can add following CSS under Pro > Theme Options > CSS:
.entry-featured img {
width: 100%;
}
Above changes are done using custom CSS. If you would like to explore CSS, please take a look at following resource:
Please note that providing support for custom codes (like CSS changes) falls outside the scope of support we can offer. In case of any issues with the layout because of custom codes we won’t be able to provide support.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.