• Resolved heiditgtl

    (@heiditgtl)


    Hi, I’m liking the plugin, but for some reason, the text is wrapping a ton on the page. The formatting looks particularly silly on a smartphone screen, but you can also tell it has a narrow width on a PC screen. Can something be done about this? I don’t think I can submit a screenshot here but hopefully you can see the same issue on your end.

    Thanks in advance for your help!
    ~Heidi

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi,

    The theme has some CSS code that makes labels inside of that area be only 15% wide. You can fix that by adding the following in WP admin > Appearance > Customize > Additional CSS:

    #respond .comment-form-subscriptions label {
        width: auto;
    }
    Thread Starter heiditgtl

    (@heiditgtl)

    Thank you so much! This worked great. I really appreciate it.

    Plugin Author WPKube

    (@wpkube)

    You’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text wraps too much’ is closed to new replies.