blog post – image size
- The topic ‘blog post – image size’ is closed to new replies.
Need help? Check out our Support site, then
hello,
featured image in blog post – how can i make them smaller?
take a look – here:
https://successstorylab.pl/category/blog/
it looks okay,
but there:
https://successstorylab.pl/2018/02/12/poczatki-z-reguly-sa-trudne/
in my opinion image is too big.
best,
iza
The blog I need help with is: (visible only to logged in users)
Hello Iza,
Please try adding the following code into the Additional CSS section within the customizer:
.single .page-banner {
background-size: contain;
background-repeat: no-repeat;
background-color: white;
}
I hope that helps, please let me know if you have any further questions. Have a great day! :)
-Emily
Sorry, doesn’t work, nothings change.
I have tested this code on your site and it appears to have worked. See the following screenshot: https://cloudup.com/c4ZJOdjEItA
If you have copied the code and added it into the Additional CSS section and are still not seeing the change, you may need to clear your browser cache.
-Emily
Thank you, it’s okay:)
Great, you are welcome! I will mark this as resolved :)