-
Author
-
December 30, 2016 at 08:39 #148338
gfisch
ParticipantHello. Right now I have formated search check boxes like this (screen1.jpg).
Since I have so many, the search form is very long.I have found a CSS Attribute to format it in blocks like this (screen2.jpg)
.form-search .kleo-checkbox label {ย ย ย ย display: inline-block;}But this doesn’t really look nice.I would rather format it something like that (screen3.jpg)
More space before and after the check boxes.
If possible space between the blocks of checkboxes.
The colors in screen1 and screen2 (green) is ok. It doesn’t have to be white.Any tips how I could accomplish that?
Thanks
AndreasJanuary 2, 2017 at 09:38 #148489Laura
ModeratorHello, try the following css
COPY CODE.kleo-checkbox label { float: left; padding: 10px; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionJanuary 4, 2017 at 04:38 #148653gfisch
ParticipantVery cool this looks nice now. You sure can give me a tip how to give more padding to the check boxed in the edit mode now too. Thank you. Andreas
January 5, 2017 at 20:17 #148943Laura
ModeratorHello, if you can share access so i can see it, i will give you the code ๐
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 6, 2017 at 02:21 #149042gfisch
ParticipantHi Laura, thanks for your patience
Here is your admin login for you (see screen2.jpg)
I have played around with Firebug and tweaked those values
.standard-form label, .standard-form span.label {
margin: 7px 7px 0;
}It’s better but not yet perfect. The screenshot shows the effect of my CSS.
I would prefer a small padding after the checkbox and before the text as well.I have removed the custom CSS again to see and learn how you will do it ๐
Thanks
AndreasJanuary 9, 2017 at 03:57 #149228Laura
ModeratorHello, admin credentials didn’t work, let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 9, 2017 at 12:24 #149260gfisch
ParticipantHi Laura
The credintials are
dd
rtmedia-2017But I think what you are experiencing are those strange log-in issues (that I am still working on following your suggestions).
This means – when you go to new.datedick.com and try to log-in there, it does not work
If you go to https://new.datedick.com/wp-admin/ it wouldAnyway – now you should be able to log-in ๐
Regards
AndreasJanuary 12, 2017 at 00:41 #149530Laura
ModeratorHello, try using this
COPY CODE.option-label span { margin-right: 10px; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 16, 2017 at 01:36 #149823Laura
ModeratorGlad to help ๐
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.