This topic has 10 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #148338
     gfisch
    Participant

    Hello. 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
    Andreas

    #148489
     Laura
    Moderator

    Hello, 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 solution
    #148653
     gfisch
    Participant

    Very 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

    #148943
     Laura
    Moderator

    Hello, 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 solution
    #149042
     gfisch
    Participant

    Hi 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
    Andreas

    #149046
     gfisch
    Participant

    Oops – here is the log-in info…

    #149228
     Laura
    Moderator

    Hello, 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 solution
    #149260
     gfisch
    Participant

    Hi Laura

    The credintials are
    dd
    rtmedia-2017

    But 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 would

    Anyway – now you should be able to log-in ๐Ÿ˜‰

    Regards
    Andreas

    #149530
     Laura
    Moderator

    Hello, 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 solution
    #149623
     gfisch
    Participant

    Very good. Thank you Laura. Case closed ๐Ÿ˜‰

    #149823
     Laura
    Moderator

    Glad to help ๐Ÿ™‚

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?