Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM › How could i make them bigger at mobile layout ( product manage )
Tagged: product manage
- This topic has 4 replies, 2 voices, and was last updated 6 years, 1 month ago by MOHO.
Viewing 4 reply threads
- AuthorPosts
- October 16, 2018 at 3:50 am #34085
- October 17, 2018 at 4:04 pm #34207WCFM ForumMember
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
- October 18, 2018 at 6:52 am #34255
- October 20, 2018 at 2:30 pm #34428WCFM ForumMember
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
- October 20, 2018 at 2:43 pm #34429MOHOParticipant
Thanks it work now.
Please close it.
- AuthorPosts
Viewing 4 reply threads
- The topic ‘How could i make them bigger at mobile layout ( product manage )’ is closed to new replies.