Hello,
I’m sure, there are ways to change the width of the footer columns. But my CSS-Knowledge is not enhanced enough to find out the correct element. Can someone help on this page to enhanced the third column and to reduce the distance between first and second column?
http://mh2.betapage.ch/de/home/
Thanks very much!
Claudia
Hey Claudia!
Your page requires a password. Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#footer .flex_column:nth-child(1) {
width: 24%;
margin-left: 0;
}
#footer .flex_column:nth-child(2) {
width: 21%;
margin-left: 3%;
}
#footer .flex_column:nth-child(3) {
width: 25%;
margin-left: 3%;
}
You would need to adjust the values
Regards,
Yigit
Hi Yigit,
thanks, this works fine for me. Sorry for the password. Forgot it. My IP don’t need Password ;-)
Have a nice day
Claudia
Hey!
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 :)
Cheers!
Yigit