Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Groups & Staffs › How could i move the "square option" of "Attributes" at mobile layout?
- This topic has 6 replies, 2 voices, and was last updated 6 years, 2 months ago by MOHO.
- AuthorPosts
- August 26, 2018 at 10:43 am #29772
- August 28, 2018 at 4:39 pm #29984WCFM ForumMember
Hi,
Some custom CSS added for WCFM dashboard which breaks this display – https://ibb.co/cBrxV9
Thank You
- August 31, 2018 at 1:05 am #30275MOHOParticipant
i find out this css cause mobile layout wrong
but i forgot it will use order where? and how could fix this bug?
please help me, thanks.
@media only screen and (max-width: 600px) {
.view table th, .view table td {
display: block;
width: 100% !important;
}
.wc-order-totals {
float: left !important;
width: 100% !important;
}
table.wc-order-totals th, table.wc-order-totals td {
width: 50% !important;
}
.add_note {
float: left !important;
margin: 36px auto !important;
}
div.wcfm-content p {
float: left !important;
}
a#wcfm_add_order_note {
float: left !important;
margin-left: 3px !important;
}
.order_line_items th, .order_line_items td {
font-size: .98em !important;
}
table.wc-order-totals {
font-size: 12px !important;
}
}i
- August 31, 2018 at 5:00 pm #30356WCFM ForumMember
HI,
I am not get your query clearly!
Are you asking me the issue exists in this CSS?
Thank You
- August 31, 2018 at 10:06 pm #30398MOHOParticipant
Are you asking me the issue exists in this CSS?
–> YesI remove this css, then the “square option” of “Attributes” at mobile layout work.
- September 2, 2018 at 5:58 am #30462WCFM ForumMember
Hi,
This is the problematic CSS –
div.wcfm-content p {
float: left !important;
}Thank You
- September 3, 2018 at 1:51 am #30563MOHOParticipantThis reply has been marked as private.
- AuthorPosts
- The topic ‘How could i move the "square option" of "Attributes" at mobile layout?’ is closed to new replies.