• Resolved fenway34

    (@fenway34)


    I created a form and it seems to work fine in the main area, but I want it in the sidebar and when I do that the Submit button gets shrunk so you can’t read the words. In the Chrome dev tools I was able to edit the CSS for the submit button to have a width of 50% instead of 20% and it looks better. How do I edit that CSS in WordPress?

    I really know very little about this stuff so any help is really appreciated.

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Hi there!

    You can try to use this CSS code:

    .zbscrmFrontEndForm .embed .cgrab .content .form-wrapper .send, .zbscrmFrontEndForm .embed .cgrab .content .form-wrapper input[type="submit"] {
        width: initial;
    }

    You can change the value of the width to 50% like what you’ve tested.

    You can then add this CSS code to your theme’s custom CSS editor (if your theme has this), or use a plugin like one of the following: https://ww.wp.xz.cn/plugins/search/custom+css/

    Hope this helps! Thank you!

Viewing 1 replies (of 1 total)

The topic ‘How to edit button CSS’ is closed to new replies.