Not sure how I can make blog post image smaller inside the blog post page.
Hi Sasan,
Try adding this custom CSS on Theme Options > Global CSS
.single-post .entry-featured {
max-width: 400px; /*Adjust this value accordingly*/
margin: 3% auto 0;
}
The following might help:
- Intro to CSS - https://goo.gl/mFuWQT
- How to get CSS selectors - https://goo.gl/BmoH39
- Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa
Perfect! THank you
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.