CSS Selector

Posted in: Newspaper
Post count: 61

Hello

I have a form on this page. I have tried to edit the height of message boxes with the plugin, and it doesn´t work, I have used CSS in the plugin with the code: height: 40px !important; But also it doesn´t work.

Can you said me the class of the item them that it´s setting the height with stronger CSS selector? How can I solve it?

Thanks.

Post count: 35449

Hi,

You can achieve this using this custom css -> http://prntscr.com/pyhlsc
.quform textarea {
min-height: 40px;
}

The code need to b set in theme panel> custom code > custom css

Thank you!

Post count: 61

Great! Thank youy very much for your answer.

It works perfect.

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.