Skip to:
Content
Pages
Categories
Search
Top
Bottom

How do I increase gap between checkbox and group name on registration screen?


  • honet
    Participant

    @honet

    Hi, I’m allowing new users to check off groups from the registration page. But I’d like to know where I can increase the gap between the check box and the group name. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

  • @mcuk
    Participant

    @mcuk

    You’d just need to find the ‘id’ or ‘class’ selector of the group names and use either padding or margin property in your CSS file (style.css). The developer tools in your browser can help identify it (F12 button in your browser)


    honet
    Participant

    @honet

    In style.css:

    input[type=”checkbox”] {margin-right: 10px;}

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar