Gap / Padding / Margin / Adspace between menu and revolution slider

Posted in: Newspaper
Post count: 16

Hi There,
I try to get rid of the space between menu and revolution slider.
I found a css in another post. It helped a bit, but still there is a gap.
When I enter the post-page the gap is still there too.

Please look at them images to see what i mean. and here the css i used so far:
.td-main-page-wrap {
padding-top: 0px;
}

main page - small gap

post page - big gap ;(

  • This topic was modified 7 years by maik-b.
Post count: 18283

Hello !

You can try this code: .td-header-row [class*="td-header-sp"] {
display: none;
}

And it should look like this: https://www.screencast.com/t/fhkIu0ha4L1x

Thank you !

Post count: 16

Hey Vlad,
That worked just fine on the Homepage.
Thank you very much 🙂
But what about the other page?
There I still have a little gap.
(2nd image in my former question is an example, but actually its on every post-page)
Thanks again!
Have a great day!

Post count: 18283

Hello !

For in-post template please try this css: .td-blog-travel .td-post-template-7 {
margin-top: 0px;
}

Thank you !

Post count: 16

Thanks a lot Vlad. It worked like charm.

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.