Issues on my blog

my menu background has disappeared here on this page, how do i correct?

also, how do i create space between my logo and the first blog article?

thanks!

Don

Hi Don,

Thanks for writing in! Could you please try adding the following CSS rule into your X -> Theme Options -> CSS area and see if that helps.

.blog .x-navbar {
    background-color: #2c3e50 !important;
}
.blog .x-container.max.width.offset {
    margin-top: 140px;
}

Thanks!

That was it, nice - thank you!

You’re more than welcome, glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.