Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #128926
    effess
    Participant

    Can you please tell me how to get rid of the space around h2 tags? http://www.rebecca-rosenberg.com/myevents/ Nothing changed with margin:0 or padding:0. I put a a surrounding div with position:relative top:-10px, but that’s not the best way to close up the space! Thank you.

    #128950
    tikaram
    Keymaster

    @effess : Go to Appearance => Customize => Additional css and add the following css.

    div.events h2.event-name {
    	padding-top:0 !important;
    	}

    Let me know if you have any further issues.

    Regards,
    Tikaram

    #129256
    effess
    Participant

    That’s a much better solution, thanks!

    #129296
    tikaram
    Keymaster

    @effess : Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

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