Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #269709
    michaeldmullen
    Participant

    I recently upgraded to Catch Inspire Pro. Great theme! However, I struggle to figure out how to write CSS to change some attributes.

    Right now, I want to close the space between the Site Identity content and the Main Menu. And, I want to close the space after the main menu and the Featured Content media on my homepage.

    The site is: https://www.michaeldmullen.com/. The Featured Content section is title Areas of Expertise.

    Thanks, MM

    #269752
    Skandha
    Participant

    @michaeldmullen: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .site-header-main {
        padding-bottom: 0 !important;
    }
    #header-navigation-area {
        margin-bottom: 0 !important;
    }
    #featured-content-section {
        padding-top: 0;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #269801
    michaeldmullen
    Participant

    Thank you, Skandha,

    This helped. Still seems like a lot of extra space, but it definitely narrowed the gaps!

    Mike

    #270108
    Skandha
    Participant

    @michaeldmullen: Hello Mike, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
    https://wordpress.org/support/theme/catch-inspire/reviews/#new-post
    Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely
    appreciated. Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Reduce space between site identity and Main Menu and…’ is closed to new replies.