• Resolved melza0

    (@melza0)


    not a terribly descriptive title. but basically what happened.

    after changing nav bar colours it some how affected the individual pages so now they disappear under the nav bar itself.

    see image https://imgur.com/a/dhyMm

    Please advise

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Please send your site URL.

    Thanks.

    This also happened to me after I changed the nav bar colors. I changed the padding on the content of each individual page in order to push it down far enough so that it wouldn’t be under the nav bar. I know that there has to be a better solution for this though.

    Hello adollkiss and melza0,

    Both of you can use the below CSS –

    Go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> paste below code in Custom CSS box and save –

    @media(min-width:1200px){
    .enigma_blog_wrapper {
        margin-top: 210px;
    }
    }
    
    .navigation_menu {
        opacity:1;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘nav changes ate the pages’ is closed to new replies.