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
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!
Worked great! Thank you
Please login or Register to submit your answer