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

    how can I center the copyright and socket menu with the menu below the copyright on a TABLET (Ipad) only.
    Thanks!

    #423013

    Hey Justin!

    Please add following code to Quick CSS

    @media only screen and (max-width: 1024px) and (min-width: 760px) {
    span.copyright {
      width: 100%;
      text-align: center;
    }
    #socket .sub_menu_socket {
      position: relative;
      right: 17%;
    }}

    Cheers!
    Yigit

    #423205

    Thank you sir…works.

    #423215

    Hey!

    You are welcome Justin, glad we could help!
    Have a great weekend!

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘CENTER copyright and socket menu’ is closed to new replies.