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

    Hi, i try to copy this code:
    #socket .copyright { width: 100%; text-align: center; }
    #socket .sub_menu_socket { margin-top: -20px; }
    But it doesn’t work on my website.

    #1072948

    Hey chienny,

    Please try the following in Quick CSS under Enfold->General Styling:

    #socket .copyright {
        float: none;
        display: table;
        margin: 0 auto;
    }

    Best regards,
    Rikard

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