Viewing 6 reply threads
You must be logged in to reply to this topic.
In the responsive view, the distance between the blocks is too great.
Mm, this option is not part of specular but you can add a class to that element, in this case the Row before the large title, add this custom css after
@media (max-width:767px){
.your_new_class{
padding-bottom:20px !important;
}
}
This should work
Thanks
You’re welcome, if you like our theme and support, please help us with a rating on Themeforest :)
Thank You
You must be logged in to reply to this topic.