Decrease the space between title and posts

Home Support Blog Way Decrease the space between title and posts

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

    Hey! Is there a way to decrease a space between site title (tagline to be exact) and the recent post which is shown below?

    #6959
    ProDesigns
    Keymaster

    Can you please provide screenshot of the section you want to reduce space?

    #6960
    Anonymous
    Inactive

    I have the same question: especially on mobile phones there is a lot of white space between my logo and the first blog.
    I don’t find a way to add a screenshot here, but if you check http://www.gohappyoffline.nl you will see what I mean!

    Thanks for your answer,

    Margo

    #6961
    ProDesigns
    Keymaster

    Hi @margo,

    You can go to Appearance >> Customize >> Additional CSS and add following CSS codes to reduce space between logo and the fisrt article in responsive devices

    @media screen and (max-width:767px){
    
    	.main-banner{
    		padding-bottom: 5px;
    	}
    
    }

    Hope it will work for you.

    Thank you.

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