Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #465879

    Hi – I’ve read a bunch of posts here about centering the socket content (both Copyright and Menu) but they were all quite old, and I’m wondering if there’s a more fluid way to do it.

    I’ve successfully centered the Copyright by adding `span.copyright {
    width: 100%;
    text-align: center;}`
    but the menu seems to need a specific right:x% which changes as new menu items are added or changed.

    Is there a fluid way to center the socket menu?

    #466413

    Hey sundialstudios!

    Unfortunately no. You are going to need to adjust right value in the following code

    #socket .sub_menu_socket {
      position: relative;
      right: 31.5%;
      margin-top: 10px;
    }

    Best regards,
    Yigit

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