Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #999488

    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

    #999515

    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

    #999578

    Hey Dude,

    here’s the link: http://www.hklearning.ch

    Thanks for helping me!

    Best,
    Simon

    #999670

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.