Okay
  Public Ticket #898797
Headder / Footer Spacing
Closed

Comments

  • David started the conversation

    Hi there.

    Is it possible to;

    1. Reduce the space below the menu bar and the heading on the home page
    2. Reduce the space between the bottom of the content and the link to the next page
  •  1,823
    Support replied

    Hello,

    for the second is quite simple. Add this to theme options -> styling options -> custom css

    #page-nav {

        margin-top: 60px;

    }

    and just assign different (lower) value to 60px

    for the second you may need to have media queries for different screen resolutions

    open style.css

    and look for 

    #pre-hero {
       padding: ___px ___ ___px;
    }

    and decrease the first value

    Thanks


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • David replied

    Excellent. Thank you for the help again :)