• Resolved rightthinker

    (@rightthinker)


    Hi folks, I have a couple of issues that i can’t seem to find in the forums.

    The problem is the paragraph spacing in the site title, I would actually like the (Middlesbrough) text smaller and centered. The mobile view shows a large space between logo and title.
    TheShop issue is similar, with a large space between logo and site title on mobile, and large space between logo/site title and tagline i would like to reduce.

    Can you fantastic people spread the love and help me out?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Aslam

    (@aslamonline)

    To fix the space between logo and site title in mobile, add the below css in style.css file of your websites theme.

    @media only screen and (max-width: 480px){
    .site-title a::before {
    height: 100px !important;
    }
    }

    Thread Starter rightthinker

    (@rightthinker)

    Thanks Aslam! That looks great. Can I bother you for a couple more fixes? On the https://www.leisuredrivesystems.co.uk pc homepage I wanted a decent size font for the business name, but really wanted (Middlesbrough) in a smaller font directly under the business name. Can I add a separate site title line there? I would also like to remove the large space between site title and current tagline.

    Is this achievable?

    Keep spreading the love !!

    • This reply was modified 6 years, 11 months ago by rightthinker.
    Thread Starter rightthinker

    (@rightthinker)

    Thanks anyway.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘reduce space between logo and site title’ is closed to new replies.