• Resolved tamritz

    (@tamritz)


    Hi. I have been trying to change the size of the submission box. I installed the plugin Simple Custom CSS by John Regan (v 1.2). Here is a link to the plugin. This allows me to override theme and plugin CSS. I put this code into the Simple Custom CSS box, but it did not change the size of the submission box at all:

    .badgeos-submission-comment {

    padding: 1em 1em 0;

    margin-bottom: .5em;

    overflow: hidden;

    border-bottom: 2px solid #efefef;

    width: 500px !important;

    }

    Any suggestions? Currently the box looks pretty small.

    https://www.ads-software.com/plugins/badgeos/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    Hi tamritz, that class is actually for a fieldset tag that surrounds it. If you’re trying to target the textarea specifically, you’ll need to make it .badgeos-submission-comment textarea {} or if you’re fancy, textarea[name=”badgeos_submission_content”] {} if I have my attribute selector accurate.

    Thread Starter tamritz

    (@tamritz)

    Ding! You rock! That worked awesome . I used the first one:
    .badgeos-submission-comment textarea {}

    Thank you so very much:)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submission Box-Change Size’ is closed to new replies.