Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › WCFM vendor dashboard menu items overlapp – Tablet
- This topic has 7 replies, 2 voices, and was last updated 5 years ago by WCFM Forum.
- AuthorPosts
- October 5, 2019 at 3:38 am #85198GalloParticipant
Hi,
My menu items on the vendor dashboard are overlapping in tablets.
I have tried many options with custom css, but I still have problems.
Above 768px and below 1135px, the menu width is too small, and if I try to increase the width, it occupies almost all the screen width. - October 11, 2019 at 12:25 pm #86228WCFM ForumMember
Hi,
Can you please show me screenshot for this?
It will be best if you share a demo vendor account with us to test this.
Thank You
- October 11, 2019 at 8:32 pm #86352GalloParticipantThis reply has been marked as private.
- October 14, 2019 at 11:38 am #86766WCFM ForumMember
HI,
Well, as I see you have tested this in screesizse – 866×720
Which device size is this? As I know, there is no standard device available with such size!
Now, tell me what you want to change? Menu width?
Thank you
- October 16, 2019 at 1:36 pm #87119GalloParticipant
Hi,
Here is a screenshot of the dashboard with a 1024px screen size. I just wanted to show the overlap with the former screenshot.What I wanted, was to fix the overlap which occurs in some screen sizes and reduce the space after the menu items for some screen sizes.
Attachments:
You must be logged in to view attached files. - October 18, 2019 at 10:02 am #87514WCFM ForumMember
Hi,
Add this code to your site –
add_filter( 'wcfm_is_allow_menu_lable_length', function( $menu_length ) { $menu_length = '15'; return $menu_length; }, 50 );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
- October 18, 2019 at 8:22 pm #87632GalloParticipant
Hi,
Thank you.
I still have the same problem with the iPad Pro.
But no problem, I think I will use shorter titles for the menu items.
Thanks a lot - October 21, 2019 at 10:35 am #87928WCFM ForumMember
Hi,
I think I will use shorter titles for the menu items.
– That will be best, you may change this from WCFM Admin Setting -> Menu Manager
Thank You
- AuthorPosts
- The topic ‘WCFM vendor dashboard menu items overlapp – Tablet’ is closed to new replies.