Hello,
if i select “Button style colored” in my footer menu, the buttons are overlap on mobile.
The only Quick css i’m using ist to fix the socket
@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block;
}}
How can i make my buttons (4 items) floating so the go in two lines?
Maybe fewer padding would be help.
Thank you for helping!