• Resolved Travellous World

    (@travellous-world)


    I was wondering if it was possible to widen the checkbox which is situated underneath the comments? You can probably see what I mean in this post:

    Every word of the checkbox ‘Give me the ultimate travel planner’ is placed underneath each other. I would like people to see this text on one line instead. Is this possible using HTML tags, and if yes, what am I suggested to use? (Not a techie here)

    https://www.ads-software.com/plugins/mailchimp-for-wp/

Viewing 4 replies - 1 through 4 (of 4 total)
  • mother.of.code

    (@imazed)

    The Mother of Code

    Hi Travellous World,

    This is a CSS problem from within your theme. You can solve it by adding the following to your style.css file:

    .mc4wp-checkbox-comment_form label {
    width: auto !important;
    }

    Let me know if that works for you!

    Thread Starter Travellous World

    (@travellous-world)

    Hi Ines,

    Thanks for your help. Unfortunately I’m absolutely new to the technical aspects of WordPress, so I’ve no idea on what location I’ve to put that code in the style.css file?

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey Travellous World,

    Yes the “style.css” would be the best place to add this code. Try adding it at the bottom of the file below all other CSS code.

    mother.of.code

    (@imazed)

    The Mother of Code

    Closing because topic has gone over a month without reply.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widen checkbox underneath comments with HTML tags’ is closed to new replies.