The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    edit box

    MasterSly
    MasterSly
    Forumember


    Male Posts : 173
    Reputation : 6

    edit box Empty edit box

    Post by MasterSly April 26th 2018, 10:27 am

    hi..
    i have a problem with the edit box when i tap "new post" the edit box is in this possition
    edit box Globe-16
    how can i make it bigger and in the center without edit the replay box ..
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    edit box Empty Re: edit box

    Post by skouliki April 26th 2018, 11:18 am

    hello

    check in your css this line
    Code:

    .sceditor-container textarea {
    width: 100%;
    height:auto;
    }

    change the width to 120% or to your likeness

    MasterSly
    MasterSly
    Forumember


    Male Posts : 173
    Reputation : 6

    edit box Empty Re: edit box

    Post by MasterSly April 26th 2018, 1:40 pm

    that work for the replay box..
    the new topic box look like this now
    edit box 1-410
    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
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    edit box Empty Re: edit box

    Post by skouliki April 26th 2018, 1:53 pm

    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;
    }

    MasterSly
    MasterSly
    Forumember


    Male Posts : 173
    Reputation : 6

    edit box Empty Re: edit box

    Post by MasterSly April 26th 2018, 8:04 pm

    nothing change
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    edit box Empty Re: edit box

    Post by skouliki April 27th 2018, 7:44 am

    Code:
    .sceditor-container ltr sourceMode {
    width: 120%;
    height:auto;
    }

    MasterSly
    MasterSly
    Forumember


    Male Posts : 173
    Reputation : 6

    edit box Empty Re: edit box

    Post by MasterSly April 27th 2018, 2:09 pm

    this dont work too..
    in my big screen its fine but in my second screen that is smaller the box is to small
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    edit box Empty Re: edit box

    Post by skouliki April 27th 2018, 2:32 pm

    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


      Current date/time is September 23rd 2024, 7:26 am