hi and good evening. how can i reduce the blank space under searchbar here:
Thank you and all the best, Alex
Hey diefleischerei,
Add this to quick css:
#after_section_1 .container .content{
padding-bottom:0px!important;
}
Best regards,
Jordan Shannon
Thanks Jordan. Work!!!
One more question. I am not so good with css :)
Now i use two code sniplets:
/*Leere Bereiche um Suchfenster löschen */
.home #main .container_wrap_first .av-content-full {
padding-bottom: 0;
}
/*Leere Bereiche unter Suchfenster auf Startseite löschen */
#after_section_1 .container .content{
padding-bottom:0px!important;
}
Can i delete the first code or do i need both to reduce the space? Greetings, Alex