Reduce the space between site title and blogs

Home Support Blog Way Reduce the space between site title and blogs

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6639
    Anonymous
    Inactive

    Hi – How can I reduce the space between the site title and the blog/sidebar. if you check https://dataplatformlabs.com there is a huge gap between the website heading and when the first blog stars. how can I reduce that.

    #6640
    ProDesigns
    Keymaster

    Hi @ahmad,

    Do you mean space shown by red mark in this screenshot? https://nimbus.everhelper.me/client/notes/share/959505/u9721tr2eeryxl92wgrx

    If yes, please go to Appearance >> Customize >> Additional CSS and add following CSS:

    .sticky-top .main-banner {
        padding-bottom: 30px;
    }
    #6641
    Anonymous
    Inactive

    yes, thanks. Also when I add header image the background turns black n transpatrnt

    #6642
    ProDesigns
    Keymaster

    Hi @ahmad,

    Header image change into transparent overlay because we have added it to make logo visible in all type of images.

    You can remove it through CSS. Please use following CSS to remove it.

    .main-banner.banner-enabled:before{
        background: none;
    } 
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.