Hi, my client wants the message box smaller in terms of height. I’ve tried various solutions from this forum, but none have worked yet. Is there a bit of custom code you can supply to make it a fixed height of say 100px.
In addition, I have increased the font size in the main body to 14, but would like it to be 12 in the sidebar – how can I do this please?
Hey andrea,
Please try the following in Quick CSS under Enfold->General Styling:
.sidebar textarea {
height: 100px !important;
}
.sidebar {
font-size:12px !important;
}
Best regards,
Rikard
Perfect, thanks so much