2016-08-19 4 views

Antwort

0

diese css hinzufügen

body .gform_wrapper ul li.gfield { 
margin-top: 0 !important; 
} 

.block-content ul li { 
    margin-bottom: 0 !important; 
    margin-top: 0 !important; 
} 
+0

Danke, aber Räume immer noch da. –

0

Dieses css

<style> 
    body .gform_wrapper ul li.gfield { 
     margin-top: 0px !important; 
     padding-top: 0; 
    } 
    .block-content ul li { 
      margin-bottom: 0 !important; 
      margin-top: 0 !important; 
     } 
    .gform_body ul li .ginput_container select,.gform_body ul li .ginput_container input{ 
      margin-bottom: 0px; 
    } 
    .gform_wrapper .top_label .gfield_label { 
     display: none !important; 
    } 
</style> 
+0

Super! es funktionierte. Vielen Dank Haben Sie eine Idee, wie ich die Dropdown-Felder zur Anzeige von Wordpress-Kategorien und die andere Dropdown-Liste verknüpfen kann, um die Liste der Standorte anzuzeigen. –

+0

@BeckyAbe, können Sie Drop-Down-Kategorie bis zur Kategorie – vel

+0

Das ist genau das, was ich Frage, wenn any1 weiß, wie zu erreichen ist. Danke –

Verwandte Themen