Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #180550
    RodeBoy
    Participant

    Hi guys, re jazzjam.org.uk there’s quite a bit of space above and below the main content section, and I would like to reduce it. I can’t see anything in settings so guess it just needs a simple piece of additional CSS. Can you please advise what it is as I am struggling and haven’t manage to hit on it yet!

    Many thanks,

    Chris

    #180561
    Skandha
    Participant

    @rodeboy: Hello Chris,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    #content {
        padding: 0 !important;
    }

    Let me know if this is what you want!
    Kind Regards,
    Skandha

    #181256
    RodeBoy
    Participant

    Thanks Skandha, I have only just seen this as I didn’t get a notification email through – no probs.

    I have placed the code in there but using Inspect it appears to me that the large amount of padding is coming from fp-tableCell. Does it need a different CSS code?

    Chris

    #181333
    Skandha
    Participant

    @rodeboy: Hello Chris,
    I checked your site and the padding around the content section doesn’t look that bad. Do you still want it reduced?

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Adjust padding’ is closed to new replies.