hello,
I would like the text to be on the bottom of the div. Please see attached screenshot. Thanks in advance.
Here is the url: https://mcmahonforda.com

Hi Salim,
Thanks for writing in!
Please follow the set bellow.
1. Add one class name to your text elements. That will be common for all text element.

2. Add this CSS to your theme option -> CSS or Page CSS
.customclass{
position: absolute;
width: 100%;
bottom: 0px;
}
You can choose different class name here.
Hope this helps!
oh wait i think i know what happened. Thank you
Glad to know!
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.