Tagged: center footer
Hello my friends, I would like to center the footer on mobile version only, because in desktop version is ok.
Thank you so much,
Junior
Hey honkatech,
Are you referring to the socket? Do you have a mockup of what you are trying to achieve?
Best regards,
Rikard
Im sending you a image with what I mean to say.
I want to center all footer, text, icons and menu.
Thank you!
Hi,
To center the socket elements please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Center socket elements */
@media only screen and(max-width: 767px) {
#top #socket .container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: gold;
}}
NOTE: “Terms & conditions” is a long word in the menu so the menu jumps to the next line. You can try to change the order of the items or reduce the menu text.
Best regards,
Vinay
Hi Vinay,
Thank you, I paste the code in the Quick CSS but don’t change anything, maybe the code is not correctly.
Hi,
Please add the code to the very top of quick css so it runs first. Also clear the cache a few times over.
Best regards,
Jordan Shannon