Hope your well?hoping you can give some pointers for the following;
For the Masonary Blog (Classic Enhanced) blog feed. Is there a way to reduce the white space underneath the read more button on each so that the overall tile is shorter vertically? Currently there is a lot of space underneath each one.
And lastly, how can the date be changed from"December 6, 2017" to "6 December 2017". The current format is a very american style.
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
.masonry.classic_enhanced.masonry-blog-item.article-content-wrap {
height: auto !important;
}
Hi,
Hope your well?hoping you can give some pointers for the following;
For the Masonary Blog (Classic Enhanced) blog feed. Is there a way to reduce the white space underneath the read more button on each so that the overall tile is shorter vertically? Currently there is a lot of space underneath each one.
And lastly, how can the date be changed from"December 6, 2017" to "6 December 2017". The current format is a very american style.
Thanks
Damien
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
.masonry.classic_enhanced .masonry-blog-item .article-content-wrap { height: auto !important; }
Thanks
ThemeNectar Support Team
Absolutely perfect, thankyou thankyou.