Hi,
in the footer I have three columns and I would like the content in the third column to be aligned bottom.
Thank you for your support.
Hi,
any suggestion for this problem?
Thank you.
Hi famarinu,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width: 768px) {
#text-5 .textwidget {
padding-top: 150px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Isn’t there a way to use the vertical-align property?
Hi,
That might be possible, you can try it out. Here’s how to use it: https://www.w3schools.com/cssref/pr_pos_vertical-align.asp
Best regards,
Rikard