• Is it possible to have the header image on mobile just like on desktop? As a background for the logo and top menu?

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

    To have the header image as the background for the logo and top menu in mobile view use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    @media only screen and (max-width: 1023px){
    
    .builder-overlap #masthead {
        background: none;
        position: absolute;
    }
    }

    Hope this helps.

    If you want more dedicated and swift support on the theme, please visit the theme’s official support forum where the theme’s official support team are stand by to answer each and every one of your questions.

    https://themepalace.com/forum/restaurantz/

    Best regards.

    Have a good week ahead.

    Thread Starter Joseph

    (@xmsmmgrs)

    Thanks!
    That code removed the background image entirely, from both desktop and mobile versions. Also, on mobile the logo covers the menus.

    Thread Starter Joseph

    (@xmsmmgrs)

    Any idea how to fix this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header image’ is closed to new replies.