Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #943062

    How can I center align the socket on mobile?

    #943414

    Hey DROR,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #943536

    Yes, added the link.

    #943874

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.