• Resolved David Artiss

    (@dartiss)


    Hi,

    I’ve resolved my earlier issues – thanks.

    However, I have an issue with the amount of padding above and below my header logo. Now, I’ve followed the advise elsewhere to modify the CSS for #header .pad, however I’m finding that although this removes the gap momentarily it soon re-appears when the image is drawn.

    I had the same problem before I added the advert to the right of this, so I don’t think this is the cause.

    Is it anything to do with my graphic being 160px high, but specifying in the options to only display it as 80px? This is the advice given (i.e. make the graphic twice as big).

    I don’t want to remove this padding but, at least, reduce it a little.

    My site is at http://www.artiss.co.uk and I’ve left in the change to the CSS to you can sit it “in action”.

    Any help would be appreciated.

    David.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi David,

    You can use:

    margin-top
    margin-bottom
    on “.site-title” class on style.css file to achieve this.

    Hope this helps 🙂

    Cheers,
    Hamza

    Thread Starter David Artiss

    (@dartiss)

    Sadly, that didn’t work. I’ve also tried applying the same to group, container and container-inner with no joy.

    David.

    Hi David,

    You are trying to decrease the top and bottom padding from your logo, correct?

    Hi – the header pad fix should work for you, sure you added the CSS correctly? It’s not active on your site as far as I can see.

    #header .pad { padding-top: 0; padding-bottom: 0; }

    Anonymous User 12851872

    (@anonymized-12851872)

    hi,

    the theme he has the option “Custom CSS” or does it create a child theme?
    I plan to put the theme on this site
    http://arnouvilleetsonpasse.fr/
    I need the logo itself right in the middle and almost stuck to the menu, thank you

    Thread Starter David Artiss

    (@dartiss)

    It was my fault – I had my own style sheet in place and it was loading BEFORE the theme CSS. I’ve used custom.css now and it’s worked. Many thanks!

    David.

    Keep it rocking 🙂

    webdomtom

    (@webdomtomfr)

    Hi everybody!

    I have actually the same problem: A gap at the top and bottom of my header image. I would like to change it.

    I tried #header .pad { padding-top: 0; padding-bottom: 0; }
    in the CSS at the header section, and it didn’t work…

    Can you please help?

    Here is the link ==> http://www.ohmybeats.com

    Thanks for all and cheers for Martinique in Caribean!

    Anonymous User 12851872

    (@anonymized-12851872)

    hi,
    site-title {padding: 0 0;}

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Header logo and spacing’ is closed to new replies.