Hi – I have a three column layout element in use. In two columns are text and the other an image. Is it easy to get them all vertically aligned?
Hi blankonblank!
I viewed your link but I’m only seeing two columns everywhere. Can you take a screenshot and highlight what your trying to align?
Regards,
Elliott
Hi!
Try adding this to your custom CSS.
#sponsor h3 {
margin-top: 20px;
}
Regards,
Elliott
great. thanks.