Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #835441

    Hey Enfold Folks!

    Am I the only one who wishes the Quick CSS text entry box was MUCH wider and taller (ideally the entire width and height of the page)?
    Or at least possible to resize the width? Currently it can be made taller but not much wider.

    Is it possible for me to alter my child theme to make it wider? Or is this more of a feature request for the Enfold developers?

    Thanks!
    D

    #835450

    Hey sdigit,

    This may be possible. Would you be able to provide admin info so we can log in and look into your admin configuration?

    Best regards,
    Jordan Shannon

    #835451

    Hi,

    Also, another alternative is to do the css on a larger format then copy into the quick css section.
    Best regards,
    Jordan Shannon

    #835514

    Hi Jordan,

    Would be great if it were possible – copy/pasting really makes the workflow a pain when iterating through a bunch of changes.

    Admin login details below. Thanks for checking!

    D

    #835938

    Hi,

    Go to: enfold/framework/css/conditional_load/avia_admin_modern_css and add the following:

    #avia_options_page .avia_sidebar_active .avia_description{
    display:none!important;
    
    }
    
    #avia_options_page textarea#quick_css{
    width:999px!important;
    }

    Best regards,
    Jordan Shannon

    #835991

    Awesome! Thanks Jordan.
    Is there any way to put this in my child theme, so I don’t lose the change on theme updates?

    #835997

    Hi,

    Unfortunately since this had to be made directly to a theme admin file I don’t believe so.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.