Advertising for home services, such as lawn care, home cleaning, and garden maintenance, isn’t as simple as tossing up an […]
How applicant tracking systems are revolutionizing remote recruitment
Gone are the days of traditional recruitment. Applicant tracking systems have been revolutionizing how we hire, and their impact is here to stay. But how is the change happening? Tap to learn more about it.
Check out the New AI Features in FlexClip 5.0
In today's digital era, the importance of video content cannot be overstated. Videos have become an integral part of various […]
Effective Cleaning Tips for Maintaining a Clean and Healthy Home
We’ll explore some practical tips and tricks that will help you establish an effective cleaning routine. You might not realize […]
The Art of Visual Storytelling
How to use visual elements to tell a story Let's start with an interesting fact that will amaze you. Do […]
The Ultimate Guide to Choosing a Great Domain Name for Your Business
Choosing the right domain name for your business is a critical step in building a strong online presence. Your domain […]
6 Mistakes to Avoid When Creating a React-Native App
React Native is a leading cross-platform app development framework that has more than one and half thousand active contributors. The […]
Will Elon Musk Turn Twitter into a Super-App?
Elon Musk envisions a future where mobile apps are consolidated into one-stop shops within a single platform. Will he create a "super app" to rule them all in 2023? Learn about the challenges he faces and the potential impact on companies like Twitter and Apple's App Store.

A quick tutorial on how to set equal height for Easy Posts in Oxygen builder.
One of my favorite components of Oxygen is the Easy Posts. It gives a lot of freedom displaying posts, with custom query, and easy to edit templates (both PHP loop and CSS for styling). There are some pretty nice looking templates built-in presets. However there's a slight problem in the design aspect of it. The Easy Posts height is not equal, when displaying presets like the Grid - Image.
Easy Posts Height Issue:
So while working on Triplets Book website , we came across the issue of uneven height for the Easy Posts display.
Here is the before look.
you can see the [Read More] button is not even. Some places it's way below the line, other are higher..
Solution : Make The Easy Posts Even..Again!
In our case, we were using the preset with some modifications. But this should work for about any preset or custom template you use.
Simply head over to to the Easy Posts > select Templates > and then open the Template CSS
Scroll down to where you find [ %%EPID%% .oxy-post-title ]
And add line-height to the post title
%%EPID%% .oxy-post-title {
line-height: 100px;
}
Here's the After look; you can see the Read More button is evenly displayed under all posts.
P.S you may need to change the line height from 100px to whatever is suitable for your design / ratio.
Save and you're done 🙂
For any further clarification and/or questions.. Leave a comment below.



