How could i make them bigger at mobile layout ( product manage )

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 How could i make them bigger at mobile layout ( product manage )

Viewing 4 reply threads
  • Author
    Posts
    • #34085
      MOHO
      Participant

      When the shop manager use mobile to manage product

      the checkbox and icon is too small.

      Could i make them bigger at product manage page?

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

      Hi,

      Kindly use this CSS for the purpose –

      @media only screen and (max-width: 640px) {
      	.fields_collapser, .multi_input_block_manupulate {
      		font-size: 35px;
      	}
      	#wcfm-main-contentainer input.wcfm-checkbox, #wcfm-main-contentainer input[type="checkbox"], input.wcfm-checkbox:checked:before {
      		width: 22px;
      		height: 22px;
      		font-size: 22px;
      	}
      }

      Thank You

    • #34255
      MOHO
      Participant

      Thanks it look great now

      at product edit page

      about image and category icon

      how could i make them bigger at mobile layout?

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

      Hi,

      Here is your CSS for the purpose –

      @media only screen and (max-width: 640px) {
      	#gallery_img .multi_input_block .multi_input_block_manupulate, .sub_checklist_toggler {
      		font-size: 25px !important;
      	}
      }

      Thank You

    • #34429
      MOHO
      Participant

      Thanks it work now.

      Please close it.

Viewing 4 reply threads
  • The topic ‘How could i make them bigger at mobile layout ( product manage )’ is closed to new replies.