edit box
2 posters
Page 1 of 1
edit box
hi..
i have a problem with the edit box when i tap "new post" the edit box is in this possition
how can i make it bigger and in the center without edit the replay box ..
i have a problem with the edit box when i tap "new post" the edit box is in this possition
how can i make it bigger and in the center without edit the replay box ..
Re: edit box
hello
check in your css this line
change the width to 120% or to your likeness
check in your css this line
- Code:
.sceditor-container textarea {
width: 100%;
height:auto;
}
change the width to 120% or to your likeness
Re: edit box
that work for the replay box..
the new topic box look like this now
its too small
i want it like the red box in the picture..
i change the width to 20% then 100% and more but nothing chached
the new topic box look like this now
its too small
i want it like the red box in the picture..
i change the width to 20% then 100% and more but nothing chached
Re: edit box
skouliki wrote:hello
check in your css this line
- Code:
.sceditor-container textarea {
width: 100%;
height:auto;
}
change the width to 120% or to your likeness
add this also
- Code:
.sceditor-container iframe {
width: 120%;
height:auto;
}
or this
- Code:
.sceditor-container {
width: 120%;
height:auto;
}
Re: edit box
this dont work too..
in my big screen its fine but in my second screen that is smaller the box is to small
in my big screen its fine but in my second screen that is smaller the box is to small
Re: edit box
i dont understand
you want the editor to be bigger when you click new post and post a reply so the codes worked right?
What do you mean by saying big and small screen ? Are you referring to different device screen resolution
you want the editor to be bigger when you click new post and post a reply so the codes worked right?
What do you mean by saying big and small screen ? Are you referring to different device screen resolution
Similar topics
» Further edit problems re members cannot edit their messages
» edit "Actions" ,edit plus_menu
» edit this pic
» How to edit the nav bar
» [edit]can someone edit this
» edit "Actions" ,edit plus_menu
» edit this pic
» How to edit the nav bar
» [edit]can someone edit this
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum