Hi there,
Is it possible to fix the position of the “Read More” link? Currently it changes depending on the length of the blog title. If it is two lines long, the link is also further down than it is, if the blog title is online one line long.
Thanks for your help and best regards,
Simon
Hey Simon,
You could set a min-height css attribute for the excerpt content. Please post a link to your website and we’ll provide the code.
Best regards,
Dude
Hi Simon,
You are kind of setting yourself up for problems if you place that link in fixed position, but if you want to try it anyway then you use this piece of CSS:
.home .html_elegant-blog .avia-content-slider .read-more-link {
position: absolute !important;
top: 350px !important;
}
Best regards,
Rikard