• Resolved kakovski

    (@kakovski)


    Hi Developer

    Can I change the reservationer system, so it dont display number of reservations possible, but number of reservations seat available?

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter kakovski

    (@kakovski)

    Alright if it is just possible to move it over to the other fields it would be really great

    Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    Go to our plugin Themes page, select the theme you are using and then add this code in custom CSS –

    .wpdevart-form-section, .wpdevart-check-section {
       float: none;
    }
    select.wpdevart_count_item {
       position: static;
    }
    select.wpdevart_count_item:before {
       content:none;
    }
    .wpdevart-check-section {
       margin-bottom: 30px;
    }

    Thanks

    Plugin Author wpdevart

    (@wpdevart)

    Hi dear user.

    We are going to close this topic, if you have other questions then contact us again.

    Thanks.

Viewing 3 replies - 16 through 18 (of 18 total)

The topic ‘Change reservation’ is closed to new replies.