Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23980

    At my website:  http://advantageaccountingsolutions.com/  I want to reduce the amount of space below the words “Fueling Success. Empowering Potential.” to the top of the next section (The Best In The Industry). I can not find any way to reduce this space.

    Is it a CSS thing?

    Please Help.

     

    Mark Peltier-Robson

    #23982
    Arnel C
    Member

    Hello Mark_pr,

    Sorry for the continued issues with the change that you’re trying to make with the spacing on the title page.  I spoke to about your request for customization to the spacing in the title and was gracious enough to provide a solution.  We highly recommend using the Advanced CSS editor in the Customizer for BoldGrid.  If you add the change there, then it will not be overwritten in any future updates.

    Here’s what needs to be done for making your change:


    @media
    (min-width: 992px) {
    .call-to-action {
    margin-bottom: 0;
    }
    }

    I hope that helps!

    Kindest regards,

    Arnel C.

    #23981
    mark_pr
    Member

    Thanks Tim,

     

    That works really well.

     

    Mark Peltier-Robson

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How do I adjust space in the Header?’ is closed to new replies.