Can the box in post ads section be expanded? please see attached pic
Can the box in post ads section be expanded? please see attached pic What's that falling? its a bird, its a plane, oh wait its Facebook |
If you can change width for TinyMce area do this: Open the : templates/base/css/forms_adv.css
find this css style :
.input_wrapper_textarea {
background-color: #FFFFFF;
border-color: #B2B2B2 #D9D9D9 #D9D9D9 #B2B2B2;
border-style: solid;
border-width: 1px;
padding: 2px;
}
and replace with:
.input_wrapper_textarea {
background-color: #FFFFFF;
border-color: #B2B2B2 #D9D9D9 #D9D9D9 #B2B2B2;
border-style: solid;
border-width: 1px;
height: 242px;
padding: 2px;
}
PS: If possible do not write me personally, please try to ask on the forum first |
Thanks SashaE What's that falling? its a bird, its a plane, oh wait its Facebook |
If you can change width for TinyMce area do this: Open the : templates/base/css/forms_adv.css
find this css style :
.input_wrapper_textarea {
background-color: #FFFFFF;
border-color: #B2B2B2 #D9D9D9 #D9D9D9 #B2B2B2;
border-style: solid;
border-width: 1px;
padding: 2px;
}
and replace with:
.input_wrapper_textarea {
background-color: #FFFFFF;
border-color: #B2B2B2 #D9D9D9 #D9D9D9 #B2B2B2;
border-style: solid;
border-width: 1px;
height: 242px;
padding: 2px;
}
I did it but still didn't work What's that falling? its a bird, its a plane, oh wait its Facebook |