• Resolved zeonly987

    (@zeonly987)


    Hi there,

    I’ve built a blog page with the Premium Addons blog function. I’ve added a ‘read more’ button and I would like to align this on the some (bottom) height of the card.

    I don’t see this function in the editor and I don’t know how to target the read more button in CSS.

    Any chance you could help me??

    Kind regards,

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi, you can target the button using the following code:

    .premium-blog-excerpt-link-wrap a {
    
    }

    By the way, are you using the blog element? How did you add the Read more button to each post? I don’t see that option.

    Plugin Author Leap13

    (@leap13)

    Hi there,

    @zeonly987 You can use Equal Height feature and set it to CSS Selector, then set the selector to “.premium-blog-inner-container”

    @soling4 from widget settings -> Content tab -> Post Options, set Excerpt type to Link.

    Regards

    Thread Starter zeonly987

    (@zeonly987)

    Hello, thank you for your quick replies !

    but it didn’t work out

    @leap13 I found the explanation with the link you provide but it is not working. any idea of what I should check ?

    Plugin Author Leap13

    (@leap13)

    @zeonly987 Could you please disable Equal Height and add the CSS code below into your page and let me know?

    .premium-blog-content-wrapper  {
        position: relative;
    }
    
    .premium-blog-excerpt-link-wrap {
        position: absolute;
        bottom: 20px
    }

    • This reply was modified 2 years, 2 months ago by Leap13.
    Thread Starter zeonly987

    (@zeonly987)

    a million thanks ! thank you for your support, reactivity, and simply to exist ! Have a great 2023 !

    Plugin Author Leap13

    (@leap13)

    Hi @zeonly987

    You’re most welcome anytime. We would greatly appreciate if you could rate Premium Addons for Elementor from here. This would greatly help and give us a huge push forward ??

    Happy new year!

    Regards

    Thread Starter zeonly987

    (@zeonly987)

    @leap13 done ! you deserve a ton of stars ! Have a great year !

    Plugin Author Leap13

    (@leap13)

    @zeonly987 Thanks so much. I’m not sure if I’m missing something, but we don’t see the rating from our side ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘read more alignment’ is closed to new replies.