Plugin Author
Leap13
(@leap13)
When Equal Height option is enabled in the Premium Blog widget, the height of the grid item with the largest content is applied on the other items inside the grid so they all get the same height. The selected skin in the screenshot you sent applies a position absolute and top CSS properties on the content, but those are ignored when the height is calculated.
You can select a different skin or navigate to widget settings -> Style tab -> Content Box -> Padding and set the bottom padding to 0
Regards
Recovered only 20px by this. This is not what I want. Still huge gap under the ecerpt!!
Plugin Author
Leap13
(@leap13)
@mohsinworld As mentioned above, the equal height function ignores the styling given to the content in that selected skin. You can change the skin to a different one.
I don’t see any equal height! How to avoid this without using masonry layout? This is my setting: https://tinyurl.com/2b7tk6qp
Plugin Author
Leap13
(@leap13)
Please add these CSS lines into your page and let me know if it did the trick:
.premium-blog-content-wrapper {
top: 0 !important;
}
That CSS working! But please release the CSS code in next update. I want that added to the core plugin. Thanks
Plugin Author
Leap13
(@leap13)
@mohsinworld I’m so sorry, as mentioned above, this is how that skin shows. So, we will not be able to change it. You can add the CSS above on your website.
Cheers!
Why do you need that big ugly space under the excerpt? I see looks good after adding that CSS: https://tinyurl.com/2yjspth5
Plugin Author
Leap13
(@leap13)
@mohsinworld Please check the reply above. You can change the skin as we mentioned above. “Classic” skin is what you are looking for. If you don’t want the top shift, just change the skin to Classic.
Cheers
With classic we don’t get overlay effect and this good layout desing: https://tinyurl.com/26dqdymb
If I use that code I get the overlay efferc but don’t get this good looking layout: https://tinyurl.com/26dqdymb
Plugin Author
Leap13
(@leap13)
@mohsinworld From widget settings -> Content tab -> General, set the Content Offset to 0 (for modern skin)
Please send me a screenshot, I can’t find that setting. Thanks