Reply To: Reduce header size – post in home page – auto-size browser windows

Homepage Community Forums Ally Theme Support Reduce header size – post in home page – auto-size browser windows Reply To: Reduce header size – post in home page – auto-size browser windows

#10520
Eric
Customer

    In the future please create separate threads for each question since they have a “One Question/Topic per thread Policy” here in the forums. This helps keep everything organized and it’s easier for other users to search for similar topics and solutions.

    I can handle your first question here –

    To decrease the spacing in your header, first adjust the padding for the .head-wrap in your css around line 1508 –

    .head-wrap {
        padding: 0 0 20px;
    }

    That will remove the space at the bottom.

    Next look around line 1517 in your css and adjust the .site-header .wrap padding. You can start with something like this –

    .site-header .wrap {
        margin: 0 0 14px;
        padding: 16px 0 0;
        padding: 1rem 0 0;
    }

    For your other issues/questions you’ll need to create separate threads for each one so we don’t get everything mixed up. Let me know if you get the above suggestions working ok.


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