• Hi there people,

    I don’t know why but the top content of my pages/posts are even upper my top menu. So to solve this I have to go to that specific page and give some enters in order the content text will be down the top menu. ALthough I don’t like that solution.

    Do you know what is happening so I don’t have any more this problem and I can create a page post without having to constantly fix it?

    NOTE: the only pages where it is working fine is the home/front page.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • .site-content-contain {
        position: absolute;
        top: 0;
    	
    }

    That’s what’s causing it. How it’s there, I don’t know but that is the issue. Remove that.

    Thread Starter festanca

    (@festanca)

    @tugbucket

    THank you so much, it worked, but it creates another problem to me. That makes it for all the pages, and then covers my header. I mean, the site identity logo becomes not transparent as I want, and as you clearly see in the homepage as soon as you open the site. Also on the other pages, the site identity that I defined doesn’t show after applying that. Basically what I want is a way to move down the text content as you said, but that it doesn’t interfere in my site identity logo. DO you know what I mean?

    body:not(.home) .site-content-contain {
        position: relative;
        top: auto;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Top content of a page is upper the menu’ is closed to new replies.