Okay
  Public Ticket #2012395
How to remove or change padding on blog page between header and content?
Closed

Comments

  • TonnyP started the conversation

    Hi

    Thanks for a super support!!! I LIKE IT!

    How can I remove or change padding on blog page between header and content (blog posts)?

    And

    Its the same with the footer - how can I change the padding between footer and content (blog posts)

  •  675
    Neuron replied

    Hi ToonyP,

    Can you please provide me with your URL, so I can check them on live preview to see where they are getting the padding.

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  •  675
    Neuron replied

    Hey,

    1) To change the top and bottom spacing, please add the following style. Both questions are linked, the padding-top works for top and bottom for bottom.

    .l-main-wrapper > .l-blog-wrapper {
        padding-top: 0 !important;     padding-bottom: 0 !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • TonnyP replied

    Thanks

    It works, but there is still som space top and bottom which we would like to remove under posts. See

    http://groubee.com.linux302.unoeuro-server.com/fiskerhus-ved-sletten/

    Now I have a lot of space between footer and content here:

    http://groubee.com.linux302.unoeuro-server.com/projekter/

    How can I remove the space between footer and content?

  •  675
    Neuron replied

    Hi Toony,

    1) It seems like you've modified the hero height, you can make it equal to what I've wrote in the screenshot.

    - http://prntscr.com/nrdtcu

    2) Well, I don't know exactly for which part of the content, but please try adding the following style.

    .l-blog-wrapper .l-blog-wrapper__posts-holder.l-blog-wrapper__posts-holder--meta-outside .o-blog-post .o-blog-post__content {
        padding: 5px 0 !important;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.