Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Blog
Feature Image Height
StubbornCreative
February 2019
in
Blog
Hi, please tell me how I make the feature images, on the blog index, the full height of the image, not cropping off the bottom.
https://www.superfish.com.au/superstuff/
Thank you.
Comments
Pablo
February 2019
Hi,
Please paste that code into the Theme Options > Custom CSS & JS > CSS
body .image_frame:not(.no_link) .image_wrapper img:not(.ls-l){
margin-bottom:0px !important;
}
It will solve your problem.
Thanks
StubbornCreative
February 2019
Fantastic! Thank you Pablo.
Sign In
or
Register
to comment.
Comments
Thanks