• playdiune

    (@playdiune)


    Hello,
    I need the Submit reservation button centered on screen and the length on the screen with 90%

    I tryed some CSS but when i change Button properties it also changes the mobil menu icon.

    thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • NateWr

    (@natewr)

    Hi @playdiune,

    Try the following CSS:

    
    .rtb-booking-form button {
        display: block;
        max-width: 90%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    Thread Starter playdiune

    (@playdiune)

    Worked like a charm ! ??
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submit reservation button’ is closed to new replies.