Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #245565
    vcuncg
    Participant

    How do I reduce the padding between the title of the page and the menu at the top. From the menu down to the title on a page is over an inch and I would like it to be right up against it. I don’t know what the CSS would be to reduce this padding at the top of all pages down to 0.

    #245602
    Skandha
    Participant

    @vcuncg: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

    #245619
    vcuncg
    Participant

    Sure, here is the site. https://busbeechristmas.com/vote/ is one of the pages. you will see a big gap between the breadcrumb and the title of the page “Vote For The Next Song” It is the same on other pages in the site as well. Thanks for taking a look.

    #245622
    Skandha
    Participant

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

    @media screen and (min-width: 90em) {
    	.singular-section {
    	    padding: 40px 0 !important;
    	}
    }

    You can change the padding according to your choice.
    Let me know if this works out
    Kind Regards,
    Skandha

    #247238
    vcuncg
    Participant

    That worked perfectly! Thanks so much for the help!!

    #247293
    Skandha
    Participant

    @vcuncg: Hello there, 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/snowflakes/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

    #247326
    vcuncg
    Participant

    Done! Glad to do it.

    #247328
    Skandha
    Participant

    @vcuncg: Thank you for your wonderful review. Let me know if you have anymore issues. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Reduce padding at top of page before title.’ is closed to new replies.