Tagged: align, columns, footer, footer menu
Hello support,
All the way at the bottom of my site there are two links (Enfold Footer Menu): Privacy policy and Sitemap.
I would like to align them with the footer columns ‘Producten’ en ‘Volg ons’.
Like this: http://www.testdnsemanon.nl/wp-content/uploads/2022/11/Screenshot-2022-11-29-at-11.25.55.png
Thanks in advance
Hey Alfredo,
It looks like your site is in coming soon mode. Please include login details in private, so that we can inspect the actual elements on your site.
Best regards,
Rikard
Hi Rikard,
Here are the credentials.
Here’s the image once again.
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#socket .copyright {
width: auto;
}
Best regards,
Rikard
Hi Rikard,
Thanks for your response. It didn’t work unfortunately.
Maybe I didn’t explain well what I want to do. I want to align ‘Privacy Policy’ with ‘Producten’. And ‘Sitemap’ with ‘Volg ons.’
Thanks in advance.
Hi,
Thank you for the clarification.
You can replace the previous modification with the following css code.
#socket .sub_menu_socket {
width: 100%;
display: block;
}
#socket .menu {
display: flex;
width: 100%;
justify-content: flex-end;
}
#socket .sub_menu_socket li {
width: 25%;
}
You may need to adjust each menu item to align them perfectly with the footer columns.
Best regards,
Ismael
Thanks for the code!
I adjusted some stuff but I can’t get it to align perfectly. Is there a way to align it perfectly?
Greetings