Post Grid – Read more link not working when using Skin-ContentBorderRounded

0
Post Grid – Read more link not working when using Skin-ContentBorderRounded 1
Meredith
Jun 11, 2016 03:05 AM 1 Answers General
Member Since Jun 2016
Subscribed Subscribe Not subscribe
Flag(0)

Hello
Love this plugin. However, when using the ContentBorderRounded skin, the 'read more' links do not work.
When use a different skin that doesn't have any animation the links work fine.  But, I like this one the best!
Please help! Thank you.
Link - https://rideforroswell.org/ride-weekend

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Post Grid – Read more link not working when using Skin-ContentBorderRounded 2
PickPlugins
Jun 11, 2016
Flag(0)

Welcome to our forum,
 
Sorry to say "ContentBorderRounded" & "ContentBorder" has no support for linked
although we added a latest version (still working)
you can solved the issue by adding following CSS
 

.skin.contentborderrounded .layer-content{
    padding-bottom:65px;}

.skin.contentborderrounded .layer-content .read_more {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 11;
}

 
Let me know the result.
 
Regards
 
 

Post Grid – Read more link not working when using Skin-ContentBorderRounded 3
Flag (0)
0

Please replace the code i shared before , i hope this will solved both issue.

.skin.contentborderrounded .layer-content {
padding-bottom: 65px !important;
width: 100%;
word-wrap: break-word;
}

Regards

Post Grid – Read more link not working when using Skin-ContentBorderRounded 3
Flag (0)
0

The ‘read more’ link works now. But…

Two things:

-The content border-bottom now goes through the middle of the ‘read more’ text. However, before I added the additional css, the ‘read more’ was nicely placed inside the box.
-On mobile view, in the grid, the content in the first post box, ‘Travel & Acommodations’, is not centered. However, in the rest of the boxes, the content is centered.

Can you help me fix these two things?

Thank you!

Sign in to Reply
Replying as Submit