Listing 3 items Per Row Properly

MultivendorX

Resolved
Viewing 11 reply threads
  • Author
    Posts
    • #191992
      challengegives
      Participant

      I have been using ChatGPT to help me list 3 items per row, and everything worked perfectly, except on mobile the Store Name is too big and overlaps.

      I tried making it only 2 rows on mobile, and 3 on desktop but i can’t get it to work.

      Either it looks good on mobile, or dektop is my conflict.

      Playing around with the following code got long names of vendors to show on mobile perfectly “<div class=”mvx-vendor-name”>
      get_permalink(); ?>” class=”store-name”><?php echo esc_html($vendor->page_title); ?>
      </div>”

      can someone help me get 3 Vendors Per Row On Desktop & 2 on Mobile Please Or Just Make it Site Friendly.
      This is my site demo: https://community.challenge.gives/vendors-list/

      asking me to pay, does it mean if i upgrade, this can be done for me?

    • #191993
      challengegives
      Participant

      i was able to fix it, but i still see by default some products depending on image size do not fit properly on screen?
      How to make it fit perfectly?

      Here is an image example: https://freeimage.host/i/HUAlBln

    • #192018

      Hi, please add this css in the style.css of your theme :

      #mvx-store-conatiner .mvx-store-list-wrap.list-3 .mvx-store-list.mvx-store-list-vendor {
          width: calc(32% - 7px);
          margin-right: 20px;
          padding: 15px;
          min-height: 355px;
          max-height: max-content;
      }
      Copy
    • #192035

      @challengegives, please do create a temporary admin access and share that access with us, along with FTP access.
      While sharing the access, don’t forget to mark the response as private.

    • #192055

      Kindly share the site url too . So that we can log in to your site as the admin and check .

    • #192075
      challengegives
      Participant
      This reply has been marked as private.
    • #192084

      Hi, our team will check.
      Kindly provide them some time.

    • #192323
      challengegives
      Participant

      Any updates, or an estimated timeframe when your team will check it?

    • #192327
      challengegives
      Participant

      Issue Resolved,
      I have switched to WCFM

    • #192333

      Hi @challengegives, I am sorry for the delayed response. I am moumita, lead support of MVX team.
      Due to some issue, we missed this thread.

      Can you please give us one chance and reshare the access, because the previous access is not working?
      Once we will have access I will personally get in touch with the developer and fix this ASAP.

    • #192449

      Hi @challengegives, can you please share the access.
      We are still waiting for that.

    • #195530

      Its been a while and we have not heard back from you. We presume your issue is solved now. We are closing this thread. If you need help or face issue in future please open a new thread.

Viewing 11 reply threads

The topic ‘Listing 3 items Per Row Properly’ is closed to new replies.