https://kriesi.at/support/topic/get-menu-logo-and-menu-iteam-to-the-end-of-the-content-area/
how can i change the footer. how can i change the position of the copyright and the menu iteams in the footer like in the header?
Hey diefleischerei!
You can play around with the settings in Enfold > Footer
Also check Appearance > Widgets > footer
if you tell us exactly what you want to do with a mockup we can help you much better with exact steps to achieve it. I hope this helps :)
Regards,
Vinay
Thank you. I want to get this look: http://imgur.com/rM6pDLa
Hi!
Please add this to Enfold > General Styling > Quick CSS
footer .container {
padding:0!important;
}
Regards,
Vinay
Thanks, work! But now the footer is a little bit less to high. the social icon do not fit ;)
Hey!
Please replace the earlier code with the below provided code and adjust 20px to suit the height you need.
footer .container {
padding: 20px 0!important;
}
Best regards,
Vinay
CLOSED. Thank you.