Sticky header in mobiles problems - Acme Themes

Best Premium and Free WordPress Themes Forums Corporate Plus Sticky header in mobiles problems

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #10916
    proselec
    Participant

    Good morning, how can I disable the sticky header for the mobiles ?. The sticky header is a cool feature we all love :). Though we might find it useful just in desktop browsers and we would like to keep the static header in mobiles.

    Thks a lot.

    #10918
    acmethemes
    Keymaster

    Hello Juanjo,
    Thank you so much for using our theme Corporate Plus. This feature is currently not available on the theme. If you want to disable this on mobile, you need to customize the theme. Please add the below css codes on Appearance > Customize > Layout Design Options > Custom CSS

    @media screen and (max-width: 767px){
    .navbar {
        position: absolute !important;
      }
    }

    If you have any confusion on the theme, please let us know.

    Warm Regards
    Acme Supports

    #10919
    proselec
    Participant

    Thank you.

    I just made their indications but in the version for mobile the menu is still transparent and overlaps with the rest of the web.
    Follows the same problem. Some other idea to make the menu in the mobile version is not transparent ? Thks.

    #10920
    acmethemes
    Keymaster

    Would you please provide the link of your site? We will check the issues on your site and will help you with the best solutions.

    Regards

    #10921
    proselec
    Participant

    Thks so much.

    Site : http://sharkstratpoker.com/

    #10924
    acmethemes
    Keymaster

    Please add the below css codes, on Appearance > Customize > Layout Design Options > Custom CSS

    @media screen and (max-width: 767px){
      .main-navigation.navbar-collapse.collapse.in {
        background: #000 none repeat scroll 0 0 !important;
      }
    }

    Hope, this will solve the problem.

    Thank You

    #10931
    proselec
    Participant

    Thank you very much and congratulations for the support service you have. The problem is solved :-). Thks.

    #10947
    acmethemes
    Keymaster

    Nice to know that your problem is solved. If you like our support don’t forgot to rate our theme on WordPress.
    https://wordpress.org/support/theme/corporate-plus/reviews/

    Regards

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Sticky header in mobiles problems’ is closed to new replies.