Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #868544

    arefs
    Participant

    How can I decrease margin between a custom headline and the top of the section?

    I’ve set all padding to zero but it makes no difference. There is still a bigger gap than I would want. I want to make it half what it is.

    If you don’t understand what I’m asking here, please look at this screenshot:

    https://dl.dropboxusercontent.com/u/17713251/2016-04-03_18-07-31.jpg

    Thanks.

    #868600

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    div#x-section-2 .x-column.x-sm.x-1-1 h2 {
        margin-top: 10px !important;
    }

    Thanks.

    #870534

    arefs
    Participant

    Thank you.

    #870874

    Paul R
    Moderator

    You’re welcome! 🙂