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

    Hi, is there a way to have my home page slider image reach to the top of the window? I was able to hide the logo and menu using CSS, but there’s still some white space I’m not sure how to get rid of.

    #1127734

    Hey courtneymedders,

    Add this to quick css:

    #main{
    padding-top:0px!important;
    }
    
    #header{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

    #1127742

    That worked. Thanks so much for the quick help!

    #1127751

    Hi,

    Perfect! I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Full Height Slider Image’ is closed to new replies.