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

    Hi-
    I am wanting to display the SM icons on the far right hand side of the socket, but I can’t get them moved from beneath the copyright.

    #456344

    Hey trafficsmack!

    Add this to your custom CSS.

    .copyright .social_bookmarks {
      display: block;
      position: absolute !important;
      right: 0;
      top: 15px;
    }

    Cheers!
    Elliott

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