This topic has 8 replies, 3 voices, and was last updated 3 years, 5 months ago ago by Rose Tyler
It’s been a while since i work on this site.
Can’t figure out how to do this on the footer menu.
Desktop and tablet mode looks fine.
http://prntscr.com/136evz7
http://prntscr.com/136eyqp
On mobile mode its fine but i want the menu list vertically centered.
I tried working it on elementor but cant seem to change the design on each mode.
Would really appreciate if i can do this properly on mobile mode.
Thanks guys
Hello,
It’s possible only with additional CSS customization. Could you, please, provide us with a link to page where you have that menu? We’ll check and give you the code you need to add to make it vertical on mobile devices. At this moment I don’t see the menu in the footer https://prnt.sc/137rki6
Regards
Hello, that one is the old one i forgot to delete. link in the private contecnt area.
before it was possible to do this with elementor right? You can change the layout/etc on each devices?
Hello,
We did not have the option to change the style for the Menu element for the mobile. Add the below code to Theme Options > Custom CSS
@media only screen and (max-width:767px){
footer .elementor-widget-wp-widget-etheme-menu .menu-element.horizontal .menu > li {
display: flex;
flex-direction: column;
align-items: center;
}
}
Regards
Will add this to Theme Custom Css > Global Css?
Hello,
Yes.
Regards
works great! thanks
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up