Template CSS editor form height? [ solved ] - Joomla! Forum - community, help and support
joomla 2.5.7
admin template: blue stork standard
i need find out how adjust height of template editor form field.
the existing height finding narrow making long winded experimentation/editing lot harder needs be.
can 1 provide appropriate file name [is template.css?] can adjust input field height of editor?
the admin template css file massive...just need clues start looking ...
for reason couldn't identify firebug.
admin template: blue stork standard
i need find out how adjust height of template editor form field.
the existing height finding narrow making long winded experimentation/editing lot harder needs be.
can 1 provide appropriate file name [is template.css?] can adjust input field height of editor?
the admin template css file massive...just need clues start looking ...
for reason couldn't identify firebug.
suppose you're using default editor (tinymce), right ?
in case open template.css (from administrator\templates\bluestork\css), add instruction :
if isn't enough, can change value (300px) fit needs.
in case open template.css (from administrator\templates\bluestork\css), add instruction :
code: select all
#jform_articletext_ifr{height:300px!important;}if isn't enough, can change value (300px) fit needs.
Comments
Post a Comment