Hey there jsdaed,
How are you doing today?
This happens because of the different heights of your titles on those boxes. What you can do to align this would be to apply minimum height for those titles on your home page.
Please try adding the following to Appearance -> Customize -> Custom CSS:
.home-content-boxes h2 {
min-height: 51px;
}
If the code doesn’t work please keep it added and let me know so I can take a look 🙂
Cheers,
Bojan
Thread Starter
jsdaed
(@jsdaed)
That worked perfectly Bojan! Thanks so much for the help
Paula
Thread Starter
jsdaed
(@jsdaed)
No, sorry actually it did not. Is there something to put for the description area size?
Thread Starter
jsdaed
(@jsdaed)
Oh I see what it does though. I just changed the second title slightly to fit better. I guess it is ok now, if a little inconsistent. Is there any way to put blank spaces into the title in between the two words Day and Immigration?
Hey again Paula,
If this is the space you’re looking to increase http://screencast.com/t/6A1HVBJKKnj then please try adding the following as well:
.home-content-boxes h2 {
line-height: 1.2;
}
You can increase the numeric value to increase the space between the lines.
Hope this helps 🙂
Cheers,
Bojan