Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1149482

    Hi,

    i need the socket fixed with boxed layout.

    I found this here;

    #socket {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    }

    But no is the socket fullwidth. How can i change the width boxed?

    #1149511

    Hi, test this

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

    #1149564

    Hi,

    Thanks for helping out @BigBatT, did you try that out and did you have any luck with it @luisgasser?

    Best regards,
    Rikard

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