• Resolved themarcopolo

    (@themarcopolo)


    Link is just for 1 product and if you go to the review tab and click review the area to put the actual review is very small. Yes you can drag it to make it bigger but not all customers are that savvy.
    Have been looking for some css to change for border-box or content-box but can’t really find what to change in woocommerce css.
    Same issue is at checkout for costumer notes.
    In IE you can not even drag to expand.
    Any ideas?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Stef

    (@serafinnyc)

    I’m not sure what’s going on with your site. I do see two style sheets called “style” in your child theme. You shouldn’t be writing any styles to that sheet. You should call to a file called custom.css or add styles in the Additional CSS panel inside Customize.

    Something in that theme, and I can’t find it, is squishing your textareas and inputs. Start with only having one style sheet with no rules in it.

    Stef

    (@serafinnyc)

    I finally found it. Line 716 of your main style sheet

    span{
        display:inline-block;
    	zoom: 1; *display: inline;
    }
    

    Remove that and all the inputs will be full width.

    Thread Starter themarcopolo

    (@themarcopolo)

    Thanks Stef that did the trick!

    Stef

    (@serafinnyc)

    You’re welcome.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Review textarea box very small’ is closed to new replies.