• Resolved buckster12

    (@buckster12)


    Hi! After updating to Astra 4.0, the Site Title/Logo as well as the Menu Toggle Button disappear when the site switches to Mobile and Tablet. The desktop webpage is fine.

    Moving them to the before or after header works for the toggle button, but the Title still says hidden…

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi, exactly the same thing has happened to my website, lost the logo and site title details in mobile and tablet renders. Likewise, I’ve moved my menu and search buttons and they appear, but not the title/logo!

    Any help appreciated!

    The same thing happened to my website. Below is my temporary CSS fix for the hidden off-canvas navigation and the primary header bar.

    @media (max-width: 921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation { display: block!important;}}
    
    @media (max-width: 544px){
    .ast-header-break-point .ast-primary-header-bar {display: grid!important;}}

    Hello @buckster12 @dardotinfo @mikefitzman

    Thank you for bringing this issue to our attention. We have just released Astra 4.0.1, which should resolve the problem you were experiencing.

    Please let us know if you have any further issues.

    Problem solved with 4.0.1,

    Thanks guys!

    Thread Starter buckster12

    (@buckster12)

    Same on my end, resoled with 4.0.1. Thank you for the quick fix!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Astra 4.0 Header and Logo disappeared Mobile and Tablet’ is closed to new replies.