Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #562566

    Hey,

    I want to decrease the space between the blog post and the header
    http://www.raboff.com

    What code shall I add?
    Thanks
    Charlotte

    image

    #562604

    Two things on that site have padding top – the content (main) and the blog article (Zero if you doesn’t want any space between)

    .content, .blog article {
        padding-top: 5px !important;
    }
    #562658

    Hey!

    @Guenni007
    thank you for the tip :)

    @charlotte Did you try the above CSS ? you could further reduce the gap by changing the 5px to 0px.

    Regards,
    Vinay

    #562695

    Great, thanks :)

    #562908

    Hi,

    Glad you got it working, please let us know if you should need any more help on the topic.

    Cheers!
    Rikard

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