Home Forums Plugin or Theme Compatibility Flatsome theme element display issue/questions

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
  • #61691
    LocalTalents
    Participant

    I am using the Plugin with Flatsome installed, which I think is likely a pretty common combo for WV Vendor users. With no plugins installed other than what’s needed for WC Vendors and Woo, I see display issues related to checkbox fields, and an issue with the Vendor dashboard menu. I have attached a screenshot. Is this normal? When I inspect these styles, I see both Flatsome and WV Vendor styling info affecting the elements. Can you give me some idea on how to address the problems?

    *I reactivated other plugins because none of them seemed to have any bearing on the issues below. The issue appears with or without the other plugins active.

    1. Menu – No matter what option is selected on theme menu, the ‘Dashboard’ links background is larger than the other options. It looks bad.

    2. This is the bigger issue, checkboxes. All checkboxes appear hugged right up to the text next to them.

    Both issues are highlighted in the screenshot I have attached.

    #61852
    Anna
    Member

    Hello,
    Try this in your theme/child theme style.css:

    .wcv-navigation ul.menu.black li.active {
        max-height: 2.5em;
    }
    .wcv-form .control-group .inline li label {
    margin-left: 1em;
    }
    #61945
    LocalTalents
    Participant

    Thanks, that got it!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Plugin or Theme Compatibility’ is closed to new topics and replies.