How can I center align the socket on mobile?
Hey DROR,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Yes, added the link.
Hi bakbek,
Try adding this css code in Quick CSS:
@media only screen and (max-width:767px) {
#socket .copyright,
.responsive #socket .sub_menu_socket {
float: none;
width: 100%;
display: block;
text-align: center;
}
.responsive #socket .sub_menu_socket li {
float: none;
display: inline-block;
}
}
Hope it helps:)
Best regards,
Nikko