How could i change the menu icon size bigger at mobile layout?

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 WCFM – Ultimate How could i change the menu icon size bigger at mobile layout?

Viewing 1 reply thread
  • Author
    Posts
    • #28590
      MOHO
      Participant

      I use my phone to manage my store, but the menu icon size too small…

      I often clcik “my store” link go vendor frontend page.

      How could i change menu icon size bigger at mobile layout?

      By moho

      Attachments:
      You must be logged in to view attached files.
    • #28671
      WCFM Forum
      Keymaster

      Hi,

      Don’t worry, we will make this larger in next update.

      Or, you may add this CSS to your site –

      
      @media only screen and (max-width: 768px) {
      #wcfm-main-contentainer .wcfm_responsive_menu_toggler {
      		display: inline-block;
      		width: 35px;
          font-size: 30px;
          margin-top: 17px;
      	}
      }

      Thank You

Viewing 1 reply thread
  • The topic ‘How could i change the menu icon size bigger at mobile layout?’ is closed to new replies.