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

    Is it possible to make the Socket like a sticky menu?
    Please see how it display in this site http://catchrestaurants.com/catchla/

    #898284

    Hey swmfirm,
    Try this code in the General Styling > Quick CSS field:

    #socket {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 500!important; 
    }

    Best regards,
    Mike

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