OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Width of WYSIWYG in admin panel (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Width of WYSIWYG in admin panel

bookandgo (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Width of WYSIWYG in admin panel 3 Years, 11 Months ago
Karma: 0  
Hi,
I can see that the width of the WYSIWYG in the admin panel (Houses tab) is set as much as 500px. This is very inconvenient for editing the description. Where can I change the width of it?
Thanx, Dmitry
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8247
graph
User Offline Click here to see the profile of this user
Re:Width of WYSIWYG in admin panel 3 Years, 11 Months ago
Karma: 101  
Hello Dmitry

sorry, I not understand what you mean.

If you mean editor has very big width you may change this if will add next CSS

Code:

.js-editor-tinymce {
    width: 60%;
}



to
{your site}/administrator/components/com_realestatemanager/admin_realestatemanager.css

Please backup this file first

below post show, what you need do in moments like this:
ordasoft.com/Forum/RealEstateManager-com...her-color.html#24262


Regards
Andrew
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
bookandgo (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:Width of WYSIWYG in admin panel 3 Years, 11 Months ago
Karma: 0  
Hi Andrew,
I mean this page (Admin panel -> Houses). I use JCE, not TinyMCE as for editing. The window is too narrow.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8247
graph
User Offline Click here to see the profile of this user
Re:Width of WYSIWYG in admin panel 3 Years, 11 Months ago
Karma: 101  
Hello

in file
{your site}/administrator/components/com_realestatemanager/admin_realestatemanager.css
find code
Code:


#description_tbl {
  width: 391px !important;
}



for me this row 299

and replace to
Code:

#description_tbl {
  width: 591px !important;
}



Please backup this file first

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
bookandgo (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Re:Width of WYSIWYG in admin panel 3 Years, 11 Months ago
Karma: 0  
Hi,
it helped partly. but the problem is obviously the width of the div that I highlighted in the screenshot. And I can not get how to change this one.

Regards, Dmitry
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8247
graph
User Offline Click here to see the profile of this user
Re:Width of WYSIWYG in admin panel 3 Years, 11 Months ago
Karma: 101  
Hi

In JCE component setting there exist settings for width

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»