Lachlan Forsyth
asked 8 years ago

I have hidden the page titles of my client’s website using the following code:

.entry-title {
    display: none;
}

Unfortunately, this has left me with quite a large gap between the menu and the page content. What is the best way to remove this gap?

1 Answers
DominicStaff
answered 8 years ago

You can use the following code:

.headline .headline-wrap {
    margin: 3px auto;
}

Please send me your site if you still face there issue.
Hope this helps!

lachlan32
replied 8 years ago

Worked great! Thank you

Powered by DW Question & Answer Pro