Website and Mobile header issues

  • Unknown's avatar

    Hi there,
    I have an issue with my header, as it does not keep the content within it as i scroll down the page. The search bar and social links and widget disappear .

    Secondly, I am trying to reduce the size of my mobile header, as it covers part of the widget and takes up far too much space on the screen. Dont care if the website name does not appear either, just the menu tab. (or if the widget doesn’t display at all)

    Thirdly, I am wanting to have a ‘normal’ menu, which just says menu, not these icons and i cant seem to find anything like this in the qode options/ header.

    Appreciate ANY help, as i cant go ahead with anything else until its fixed.

    Thanks in advance

    The blog I need help with is: (visible only to logged in users)

  • Hi again! Hopefully you were able to chat with our direct support team by now and work this out. If not, I did do some googling for you and found this:

    6. Header Setup

    I’m not super familiar with that theme, but do you want to check the different sticky/fixed/minimal/header widget options there to see if any of them are able to keep the extra stuff visible on a desktop while scrolling?

    Oh! I did also take a quick peek at your custom CSS and noticed this:

    .sticky .header_live_chart {
        display: none;
    }

    Changing that to this might do the trick:

    .sticky .header_live_chart {
        display: block;
    }

    And, you could make it so the widget stops displaying on mobile. Let us know if that’ll do.

  • The topic ‘Website and Mobile header issues’ is closed to new replies.