Hi! Under blog post i have removed the read more button, but it stills shows the space and some lines where it was.. is there some option to remove this space and make it the same for every post? i would like to display everything with the same height
Thank you :)
Hey Pcsanady,
Could you post a link to where we can see the problem in question please?
Best regards,
Rikard
Sure,
under every post there’s an space, where “read more” should be, i would like to delete this space to make sure everything has the same space :D thanks
Hi Pcsanady,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width:767px){
.avia-content-slider .slide-entry-wrap {
margin-bottom: -10px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Nice! thank you it works perfectly! :D
Hi Pcsanady,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria