This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

coco

  • *
  • 4 posts
After update osclass 4
« on: June 11, 2021, 09:08:54 AM »
Hi,
Not Responsive

Beta 1.4.0

*

MB Themes

Re: After update osclass 4
« Reply #1 on: June 11, 2021, 11:08:00 AM »
Disable tinymce editor and test.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

coco

  • *
  • 4 posts
Re: After update osclass 4
« Reply #2 on: June 11, 2021, 11:11:37 AM »
Disable tinymce editor and test.

I want TinyMCE

*

MB Themes

Re: After update osclass 4
« Reply #3 on: June 14, 2021, 07:27:20 AM »
@coco
Then you might need to adjust some CSS to make TinyMCE responsive on mobile.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

ALSK

  • **
  • 8 posts
Re: After update osclass 4
« Reply #4 on: June 18, 2021, 08:27:29 AM »
Try to adjust the "skin.min.css" file in "oc-includes/osclass/assets/js/tinymce/skins/ui/oxide/"

Another thing I noticed. All menu icons will not be required in some cases. Once you reduced menu icons, I think that "width" related matter would be gone.  ;)

*

coco

  • *
  • 4 posts
Re: After update osclass 4
« Reply #5 on: June 18, 2021, 08:48:07 AM »
@coco
Then you might need to adjust some CSS to make TinyMCE responsive on mobile.

if i know coding, then why i 'm bought your product


Marked as best answer by coco on June 19, 2021, 05:17:16 AM
*

MB Themes

Re: After update osclass 4
« Reply #6 on: June 18, 2021, 10:52:23 AM »
@coco
Because you want to learn something new and want to be able to do some basic stuff on your site?

Go to responsive.css and add following code:
Code: [Select]
  body .tox .tox-toolbar--scrolling, body .tox .tox-toolbar--scrolling .tox-toolbar__group {white-space:normal;flex-wrap:wrap;}

after line @media screen and (max-width: 767px) {
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

coco

  • *
  • 4 posts
Re: After update osclass 4
« Reply #7 on: June 19, 2021, 05:18:33 AM »
thank you so much  :)