Checkboxes are centered

  • Author
    Posts
  • #64151

    Hello!

    My confirmation checkboxes under the comment fields are centered. The text is one line below and standard left aligned.

    What can I do that the checkboxes are on the left and the text behind them?

    Have the theme completely reinstalled and tested without plugins – unfortunately no change.

    Many Thanks

    Website: www.schulblau.de/unterricht

    #64422
    Zed
    Cryout Creations mastermind

    We are aware of this and we’ll correct it in the next theme update.
    In the meantime you can apply this custom CSS to correct the alignment:

    body #respond input[type="checkbox"] {
        width: auto;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #64462

    Thank you for the answer and the solution.

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘Checkboxes are centered’ is closed to new replies.