Making image taller
-
Hi, I was wondering how I could make my blog post image taller?
The blog I need help with is: (visible only to logged in users)
-
Hi, from looking at your site, I’m assuming you mean on your main page. Add the following to your custom CSS and see what you think.
.post .entry-content { max-width: 100% } .post .entry-content img { width: 100% }
- The topic ‘Making image taller’ is closed to new replies.