Home Forums WC Vendors Pro Support CSS Issue

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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37560
    Umberto Benedetti
    Participant

    Hi, i have some graphic problem like in attachment.
    How to solve it?
    Thank you

    #38157
    WC Vendors Support
    Participant

    No idea! 🙂 What you’re seeing there is your theme author overriding the select2 classes and checkbox classes. Your theme author would have to tell you how to tweak the themes CSS so it shows correctly instead of that weird design they show.

    #38165
    Anna
    Member

    hmmm…
    Try adding this to your child theme’s style.css:

    /* the select drop-down box*/
    .wcvendors-dashboard-wrapper .select2-container .select2-choice {
    line-height:20px !important;
    }
    /* the missing checkbox*/
    .wcv-form .control-group input[type=checkbox] {
    width: 18px;
    height: 18px;
    position: absolute;
    opacity: 0;
    z-index: 1 !important;
    }

    /* the weird label text */
    .wcv-form .control-group .inline input[type=checkbox]+label {
    margin-right: 34px;
    padding-left: 24px !important;
    }

    input[type=”checkbox”] + label {
    z-index:1 !important;
    }

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