Vendor Name with Astra theme problem

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WC Marketplace Vendor Name with Astra theme problem

Viewing 7 reply threads
  • Author
    Posts
    • #115578
      hugo.lopes
      Participant

      Dear Team,

      I just changed my theme to Astra and I got a stupide problem with the vendor name on the catalogue page, see attached.
      It’s not more aligned, can you please help me? Thanks

      Attachments:
      You must be logged in to view attached files.
    • #115580
      hugo.lopes
      Participant

      In addition, the quickpreview is thinking that the vendor name is part of the picture now?
      Thanks a lot,
      Hugo

      Attachments:
      You must be logged in to view attached files.
    • #116327
      Molay Das
      Keymaster

      Hi,

      It seems to be a css issue. Please provide us the respective ink, we will get back to you.

      Thanks,

    • #116499
      hugo.lopes
      Participant

      Hi,

      Sorry, there I don’t know what to share with you. My style.css file is empty.

      I’m using the AstraVersion : 2.3.5 theme by default.

      If I can provide you anything, just tell me what.
      Thanks a lot for any help.

    • #117543
      Molay Das
      Keymaster

      Hi,

      Please provide me your website link and wp-admin login credentials(username & password). So that I can login to your site and check the issue.

      Thanks,

      • #117622
        hugo.lopes
        Participant
        This reply has been marked as private.
    • #117786
      Molay Das
      Keymaster

      Hi,

      Adding the below css code to your child theme’s style.css file will fix the issue.

      .woocommerce ul.products li.product .woocommerce-loop-product__link {
      	overflow: inherit !important;
      }
      div.wcfmmp_sold_by_container + a {
      	bottom: 78px !important;
      }

      You don’t have to add the code again, I already did it, it’s working fine now.

      Thanks,

    • #117955
      hugo.lopes
      Participant

      Thanks a lot!! It’s perfect!! You’re amazing

      Is it possible to align the stars/ranking at the center too?

      Thanks a lot,
      Hugo

    • #119853
      Molay Das
      Keymaster

      Hi,

      You’re most welcome.
      Need to add the below code in your child theme’s style.css file to center align the stars.

      .wcfmmp-store-rating {
      	margin: auto !important;
      }

      Added it for you already, it’s working fine now.

      Thanks,

Viewing 7 reply threads
  • You must be logged in to reply to this topic.