pash
11/13/2019 - 1:05 PM

Floating Side Menu/Button Injection

.float-button {
    position: fixed;
    right: 35px;
    z-index: 1000;
    background: #c69b00;
    padding: 10px;
    width: 200px;
    text-align: center;
    transform: rotate(270deg);
    top: 35vh;
    transform-origin: right;
    color: white !important;
    font-family: "Prestige Elite Std, monospace";
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
}

jQuery("body").append('<div class="float-button"><a href="mailto:events@stgileshouse.com,Emanuel@stgileshouse.com">Make An Enquiry</a></div>');