• Resolved jmkt

    (@jmkt)


    Hi,

    When editing a page in “visual” mode there is a horizontal scroll bar at the bottom of the edit box. This makes it difficult to see at a glance what you are typing. This does not occur if you swap to “text” mode.

    Is there a way to remove this scroll bar so that all text can be seen on the screen at one time?

    Thanks,

    jmkt

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Styled Themes

    (@gejay)

    Not really…but you can click on the “Distraction Free Writing” icon on the far right of the editor window just below the “Text” tab.

    Thread Starter jmkt

    (@jmkt)

    Hi,

    Thank you. I have never used “distraction free writing” before.

    Is this horizontal scroll bar issue just with preference-lite? I haven’t come across that before?

    Theme Author Styled Themes

    (@gejay)

    I just realized that it is the theme, so it’s definitely my goof-up…I normally say use a child theme for modifications, but in this instance, this is what you can do:

    Open the editor-style.css file and look for this:

    width: 1190px;

    Make it this:

    max-width: 1190px;

    Thread Starter jmkt

    (@jmkt)

    Many thanks.

    That did the trick.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Horizontal Scroll Bar At Bottom of Page Edit Box’ is closed to new replies.