Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #147418
    israel_finn
    Participant

    Hi, I’d like less space below the header image on all pages except the home page.

    Also, I’d like to remove the gray line under the featured content on the home page.

    https://israelfinn.com/

    Thanks!

    #147426
    Skandha
    Participant

    @israel_finn: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content-sidebar {
    	padding-top:0;
    }
    #content article {
    	padding-top:0 !important;
    }
    #featured-post {
            border:none;
    }

    Let me know if this works out.
    Kind Regards,
    Skandha

    #147439
    israel_finn
    Participant

    Perfect! Thanks so much!

    #147446
    Skandha
    Participant

    @israel_finn: Glad I could help you out. Have a good day!

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Too much space below header image’ is closed to new replies.