Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1185868

    hi and good evening. how can i reduce the blank space under searchbar here:

    View post on imgur.com

    Thank you and all the best, Alex

    #1185878

    Hey diefleischerei,

    Add this to quick css:

    #after_section_1 .container .content{
    padding-bottom:0px!important;
    }

    Best regards,
    Jordan Shannon

    #1185973

    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

    #1186001

    Hi Alex!

    You can replace your code with following to make sure it only affects your section on homepage

    .home #after_section_1 .container .content{
    padding-bottom:0px!important;
    }

    Cheers!
    Yigit

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