Home › Forums › Quform WordPress › Problems with Enfold and styles
- This topic has 4 replies, 2 voices, and was last updated 6 years, 2 months ago by
Ally.
- AuthorPosts
- February 25, 2019 at 11:34 am #28620
szipet
ParticipantHi,
i’ve got with Enfold theme the following problems:
– the field icons are misplaced and the field text is overriding them
– the “Simple” style is partially not visible: no green border on selected field, selected/unselected field background also not like it should be
– how can i make the multiline text in checkboxes and radio buttons to align next to the icon and not going underneath it?I’ll send you my website link privately.
Thank You!
PeterFebruary 27, 2019 at 2:17 pm #28645Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
February 27, 2019 at 5:46 pm #28656szipet
ParticipantHi Ally,
thank you very much!Unfortunately the 3rd problem is not yet solved.
In the browser’s inspector i can set manually the option-text to display:block and the option-icon to float:left, and it is working there, but if i add this to the custom css, it is override by the quform.css as there is a same line with “float: none !important”..quform-option-label span.quform-option-icon {
float: left !important;
}Any workaround?
February 27, 2019 at 6:05 pm #28657szipet
ParticipantWell, i figured it out: just added a “.quform” selector before:
.quform .quform-option-label span.quform-option-icon {
float: left !important;
}And with option-text set to “display:flex” all text-lines are aligned left (and not just the first 2 lines).
March 1, 2019 at 11:21 am #28665Ally
Support StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
- AuthorPosts
- You must be logged in to reply to this topic.