I’m trying to center the text on my website (test.worldhorizonsusa.org), specifically the bottom three sections (Train, donate, and keep in touch). I have tried using gaps but they don’t seem to change anything and I’m not sure why.
Hi there,
Thanks for writing around! Give your bottom three sections a class e.g vertical-align and then add the following code in the Theme Options > CSS:
.vertical-align .x-column {
vertical-align: middle !important;
}
Let us know how this goes!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.