Reply To: Big picture

Homepage Community Forums Epik Theme Support Big picture Reply To: Big picture

#5572
Eric
Customer

    You would need to remove the bottom margin on the #head-wrap….but you’ll only want to do that on the home page since you’ll need that space on other pages. Add this to your css file –

    .home #head-wrap {
        margin: 0;
    }

    For the space at the bottom of your slider, look for .slider-inner around line 2570 in your css file and change the padding to “0” –

    .slider-inner {
        margin: 0 auto !important;
        overflow: hidden;
        padding: 0 !important;
        width: 100%;
    }

    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com