Zum Hauptinhalt gehen

Hide Layer List Filter input field?

Kommentare

2 Kommentare

  • Chris Roberts
    Hi Brian

     

    Try adding something like this into the custom desktop.css file.  This should hide the Filter widget from being displayed and move the layer list up to the top of the panel

     

    /*Hides the Filer Widget*/

     

    .panel-filter-widget { 

     

        display: none;

     

    }

     

    /*moves the layer list up to top of panel*/

     

    .layer-list {

     

        top: 1.5em; (you may have to adjust this setting accordingly to suit your site)

     

        }

     

    Cheers

     

    Chris
    0
  • Brian Oevermann
    Thanks, Chris. That did the trick. I modified the common.css file rather than add these to desktop.css. Seems that will take care of it across all formfactors.

     

     
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.