Space in container

Hallo,

Does anybody knows how I can remove the space on the top of the container?

I already try
.page .container .col-md-12 {
width: 100%;
margin: 0px ;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
}
It doesn’t work

Hi @duskal,

I hope you are well today and thank you for your question.

You can try removing it by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

div#content.container {
  margin-top: 0;
}

Best Regards,
Movin

Hi Movin,

Sorry to hijack this post, but I tried your code but it doesn’t work. I’m using the Sparkling theme and adding the following but nothing seems to remove the space between the header and content container. Any leads?

.post-inner-content {
background-color: #ffc;
}
@media (min-width:1200px){
.home .container.main-content-area{
width:100%;
}
}
.single-featured {
width: 100%;
}
.home .post-inner-content {
padding: 0;
}
.home .page-header {
display: none;
}
.single #secondary {
display: none;
}
#secondary {
display: none;
}
.main-content-inner.col-sm-12.col-md-8.pull-left {
width: 100%;
}
.entry-meta .posted-on,
.entry-meta .byline,
.entry-meta .cat-links {
display: none;
}
.post-inner-content {
border: 0 !important;
}
.page-title {
display: none;
}
div#content.container {
margin-top: 0;
}

Hi @01labs,

To help keep support thread separates could you please create your own thread for your question here https://colorlibsupport.com/c/dazzling/ instead of replying on others thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Cheers,
Movin

Sorry! I’ll repost in Sparkling. Thanks!

No issue at all. You are always welcome here :slight_smile: