Reduce text box size on featured image – Goran
-
I’d like to reduce the width of the text box on my featured image on my home page. Is that possible?
The blog I need help with is: (visible only to logged in users)
-
-
I found Goran running on this site of yours: https://lemeadowspantry.wordpress.com/
You can reduce the width of the featured-text box on the homepage with some CSS like this. I’d suggest you include the media query so that smaller screens are not affected:
@media screen and (min-width: 1230px) { .home .hero .entry-content { width: 70%; } }You can adjust the 70% as you like.
-
- The topic ‘Reduce text box size on featured image – Goran’ is closed to new replies.