• grahampontin

    (@grahampontin)


    There is a large space between the Page Title and the first block of text – see the Home page for example. Is ther a way to control this space?
    Many thanks…

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey @grahampontin,

    Thanks for reaching out!

    The following CSS code should help in your case:

    
    @media screen and (min-width: 1100px) {
      .no-max-width .page-title-container .page-header .page-title{
    	padding:1.5% 1rem;
    	}
    }
    

    The code can be added in Appearance > Customize > Additional CSS.

    I hope this helps! ??

    Kind regards,
    Milos | GoDaddy

    Thread Starter grahampontin

    (@grahampontin)

    Hi Milos, many thanks for that. I think I have done as instructed but it doesn’t appear to have made ny difference – what have I done wrong?

    Hey @grahampontin,

    As I can see, the provided CSS code is active and this is how your titles look now.

    This is how they looked like before the code was added.

    You can decrease the first value for the padding (currently set to 1.5%) if you’d like the space above and below titles to be even smaller.

    Let me know if this helps.

    Best,
    Milos | GoDaddy

    Thread Starter grahampontin

    (@grahampontin)

    Hi Milos
    Once again thanks for your help but I’m not sure this is achieving what I want, perhaps I didn’t explain myself well enough! If you look at, for example, the Welcome page on https://www.harleycat.co.uk what I am trying to do is to reduce the space between the Welcome title and the body tesxt starting ‘iSupportMac is an IT Consultancy etc’
    Once again any help gratefully received!
    Regards
    Graham

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Reduce space between Header and First Block’ is closed to new replies.