[Resolved] Need help with layout items

Home Forums Support [Resolved] Need help with layout items

Home Forums Support Need help with layout items

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

    I have two (hopefully) small formatting issues I can’t figure out.

    The links are in the private info below (as is the login info).

    1. On the home page, there is too much dark gray blank space above the “Welcome to Mirror Valley” green title.

    2. On all other pages (for instance, blogs, about, etc.), I cannot figure out how to adjust the color and size of the title bar (currently a large, light gray bar at the top with the title in black text).

    Can you help?
    Thanks!

    #1649342
    David
    Staff
    Customer Support

    Hi there,

    1. You can reduce the Top Padding in Customizer > Layout > Container. This will apply across the site… if you only want to reduce it on the home page then use this CSS:

    .home #content {
        padding-top: 20px;
    }

    2. The site is using a Header Element:

    https://docs.generatepress.com/article/header-element-overview/

    They’re located in Appearance > Elements. You will find an option to change the Background Color.

    #1650432
    Luke

    Wonderful! Thanks for your help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.