• Resolved yohannh

    (@yohannh)


    I’m trying to remove the space between the title and the entry content.
    I tried some variations of this and it doesn’t work :

    .entry-content{
      margin-top: 0px;
    }
Viewing 1 replies (of 1 total)
  • Thread Starter yohannh

    (@yohannh)

    Both sliders were at 0 px. It made me think the problem had to be the entry content. So I added an !important and it worked. Thanks!

    .entry-content{
    	    margin-top: 0px  !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Space between the title and the entry content’ is closed to new replies.