Forums › Forums › Search & Filter Pro › Check Box Size
Tagged: Check Box Size Format
- This topic has 7 replies, 2 voices, and was last updated 4 years, 6 months ago by Trevor.
-
Anonymous(Private) April 30, 2020 at 10:23 pm #242257
Desktop/Windows10/Chrome, but it’s consistent across the browsers and platforms that I have (iMac/Safari, ThinkpadYOGA/Firefox).
I just want to increase it’s size by about double.
That’s all. 🙂
Ok, that’s not all..would love to “Left Align” or simple have the flexibility to move the box and the text around some. What’s controlling formatting for the balance of the boxes and the Check Box text?
Thanks!! Dana
Trevor(Private) May 1, 2020 at 6:38 am #242262It should be possible with custom CSS that I can help you with.
Are you able to send me a live link/URL to your search page so I can take a look?
Might you be able to show me an annotated (naming colors, font family, weight, size) screenshot of the frontend form and what needs changing? You would need to upload the screenshot image to a file sharing site (like the WordPress Cloudup site) and share the link for it with me?
If you are able to show another form that is already in your site that is as you want, that would help.
Anonymous(Private) May 1, 2020 at 7:13 am #242266I don’t have another form I’m afraid. When you see the page, I’m sure it will make sense. Just hoping to have the Check Box and associated text, appear to be more consistent with the other filter boxes around it (text size, weight, etc (and double the size of the Check Box).
Have a look and if you think you need more from me, LMK. I’ll dig in.
THANKS!!!
Trevor(Private) May 1, 2020 at 10:58 am #242296Does his custom CSS help?
.searchandfilter[data-sf-form-id="66179"] ul { padding-left: 0 } .searchandfilter[data-sf-form-id="66179"] .sf-input-checkbox { height: 16px; width: 16px; } .searchandfilter[data-sf-form-id="66179"] li .sf-label-checkbox { vertical-align: text-top; } .searchandfilter[data-sf-form-id="66179"] li[data-sf-field-input-type="select"], .searchandfilter[data-sf-form-id="66179"] li[data-sf-field-input-type="select"] label { min-width: 100%; }
-
AuthorPosts