• Resolved katemegill

    (@katemegill)


    I recently upgraded to the latest version of Celestial lite. I had contacted you about removing the extra space below the header bar (showcase bar) and before the content. And that was great. After the recent upgrade, it is back again (every page’s content is too far down).

    Is there anything that can be done to remove all that extra space? I am using the child theme.

    https://crazy8ministries.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Sorry about that… basically there was a mix up and when I removed that space in the previous version, I realized after that was a bad mistake because it affected other pages. There’s still some tweaks to do, but the space is padding:

    #st-content-wrapper {
    min-height: 10rem;
    margin: 0;
    padding: 60px 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 22px;
    line-height: 1.375rem;
    color: #848484;
    }

    I’m hoping you are using a child theme or at least a CSS editor plugin that you can modify the #st-content-wrapper padding which is currently set to 60px for the top and bottom of the container.

    Thread Starter katemegill

    (@katemegill)

    PERFECT!!! Yes, I’m using a child theme so I added it easily to the editor. Thanks so much, it looks great now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space below header bar is wider after upgrade’ is closed to new replies.