Hi
I’m developing a new website, not published yet to the public. Here’s the URL: http://tremblayly.wpengine.com/ (hosted on WPengine)
The issue is on the home page, the very first section. The columns are set to be “equal height” and vertical alignment is set to “top” with “no space between columns”
I don’t understand why the text don’t align. The text area content for the middle column (special heading) uses a different font then the font in the right column. But that should not make a difference right?
Can you help me figure out what’s causing the misalignment.
Thanks
Lyse
Hey Lyse,
That’s because paragraphs have top margins, try adding this css code in Quick CSS, located in Enfold > General Styling, this should remove the top margin on all first paragraphs inside equal height columns:
#top .av-equal-height-column-flextable .flex_column p:first-child {
margin-top: 0;
}
Hope it helps.
Best regards,
Nikko
Hi Nikko,
That worked perfectly.
Thank you so much for the prompt response.
Lyse
Hi Lyse,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko