Hi kriesi team,
I was wondering if you can help me find some kind of solution. I tried on a inside a grid element and in a color section. I have 4 columns with a btn in the bottom that i need to align to the bottom.
Where is what i was able to do this https://snag.gy/rd4g6D.jpg.
Just need to make the button align to the bottom.
Can you guys help me.
Thaks
Hey Kyle,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Yigit
Thanks for your quick reply :)
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.apf_transparentblue {
position: absolute;
bottom: 10px;
}
Best regards,
Yigit
Thanks it helped a lot.
But now is not centered align ;)
How can i center it now?
Thanks again
Hey!
Please change the code to following one
.apf_transparentblue {
position: absolute;
bottom: 10px;
width: 100%;
left: 0;
}
Cheers!
Yigit
Thanks Yigit,
It worked very well.
TVM for the ehlp
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit