CSS Issue
-
Hi, kindly request you please fix CSS issues mostly related default theme affect to WCFM module. It would better if you open the WFCF module separate window without using any default theme module. So that default theme CSS style won’t be affected. I am using Ocean Wp store theme which has CSS style for (input[type=”checkbox”]). There is a margin which has added “!important” property because of that all WCFM checkboxes broken.here is default theme CSS code where you can check “!important”
input[type=”checkbox”] {
display: inline-block;
background-color: #fff;
border: 1px solid #bbb;
line-height: 0;
width: 16px;
min-width: 16px;
height: 16px;
margin: -3px 10px 0 0 !important;
}
Kindly do something.The page I need help with: [log in to see the link]
The topic ‘CSS Issue’ is closed to new replies.