Home Forums WC Vendors Pro Support Select Element Form Field Cut Off

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24933
    Michelle
    Participant

    Hi Ben,

    So as the title says, it is happening only with the plugin specific select elements. The general forms like those on the checkout page don’t seem to be affected. It looks fine for a split second when the page first loads then snaps smaller. Maybe it is having trouble with the “select-mask” thing the plugin uses but I can’t get it to change. Any help would be greatly appreciated!

    Shell

    #24935
    Michelle
    Participant

    P.S. The changes to the WC Vendors site looks great!

    #24939
    WC Vendors Support
    Participant

    Thanks! Same theme, just fluid instead of boxed for the layout. Jamie hates it, but I dont care. 🙂

    For the form fields, it looks like your theme for whatever reason is applying some weird styling to them. A CSS tweak would most likely fix that in a few seconds.

    #24943
    Anna
    Member

    might help the whole form being off of the page:
    .wcv-grid {
    max-width: 95%;
    }

    might help the forms being squished:
    .wcv-form .control-group .control>input {
    width: 95%;
    height: 45px !important;
    }

    Just to try…. 😉

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘WC Vendors Pro Support’ is closed to new topics and replies.