Fixed Menu & Subheader Issue

Hi

I tried changing the layout style from classic to Fixed. When I do that, the entire content moves up. Please check the image.

http://www.asaa.xyz/auditbot/wp-content/uploads/2020/07/page1-1.png - The slider has gone up. Same way all the pages have gone up when I select fixed. Now I have changed the layout back to classic. What could be the issue?

Also, now the inner pages have a subheader space, check the image - http://www.asaa.xyz/auditbot/wp-content/uploads/2020/07/Page-2.png

It is on all the pages. How do I remove it? I think I did some mistake on the options. Unable to identify.

Thanks.

Comments

  • Hello,
    this is not an error.
    If you want to use the fixed header style, you have to make the header somewhat 'separate' from the body of the page.
    This is why the content goes under. THe header is floating on top of it.
    You can either increase the top padding of the first section on each page or increase the subheader padding if you are using a subheader.
    thanks
  • Hi,

    I have made it fixed now and applied padding under theme options - subheader as 100px and still the home page slider looks half. Pls check the site www.asaa.xyz/auditbot

    Also why this happens on the inner pages? - http://www.asaa.xyz/auditbot/wp-content/uploads/2020/07/Page-2.png


    Thank you.
  • Please also, go to theme options>header&subheader>header and see the "minimalist" options for header. There are 3 option, test them and see which one fits you best.
    thanks
  • Works for the inner page. Thanks.

    But the slider revolution doesnt move down the menu. Pls help.

  • Hey,

    Please send us WordPress dashboard access privately thru the contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason.

    Notice!
    Please attach a link to this forum discussion.


    Thanks
  • Sent, thank you.
  • For the fixed header style, there is really no real sollution. I managed to write a simple CSS rule that will make the slider go lower, you will find it in your custom CSS.
    thanks
  • thank you so much.
  • Hi,

    the slider looks perfect only when I'm logged into the admin panel. When I log out, I see the issue again. 

    I have given you the access again with same credentials.

    Pls check.

  • I just checked and the home page slider is right below the header.
    Please know that this is not what this header is used for. You cannot make it perfect because it depends on the screen size you are viewing the website.
    The fixed header will always go over the content.
    Please provide screenshots if you have issues.
    thanks
  • Thank you. I understand.

    The Menu header has slight transparency. I want complete white without any transparency. I have used the below code in the custom css. Still I see there is a minor transparency. How do I remove it?

    #Top_bar.is-sticky{
      background:white !important;
        opacity:1 !important;
    }

  • It does not work because it is not a sticky header.
    If you select the fixed header style, the sticky header does not appear.
    Try this css
    .header-fixed #Top_bar { opacity: 1 !important;}
    thanks
  • Works, thank you.
Sign In or Register to comment.