• Hi. After updating my Sydney theme I have two problems. The hamburger menu no longer works on a PC but it does on a mobile and the gallery has got much larger and takes over too much of the screen on a PC.

    Can anyone help please?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @petitchampagne,

    To adjust the menu width while it opens on mobile, try adding this CSS code to Appearance > Customize > Additional CSS.

    @media only screen and (min-width: 991px) {
      
            #mainnav-mobi.toggled {
                    width: 350px;
                    right: 0;
            }
      
    }
    Thread Starter petitchampagne

    (@petitchampagne)

    Thank you Kharis. Did I have to delete any of the additional CSS already there? I made the change you suggested and the Contact Us page still looks a mess on a mobile. The existing additional CSS is

    body.single #container {
    background: rgba(255,255,255,0.5);
    }

    body.single .comments-area,
    body.single .more-content {
    background: none;
    background: transparent;
    }
    a:link, a:visited {
    color: #dbcece;
    }
    .btn-menu,
    #mainnav-mobi .btn-submenu:before {
    color: #ffffff;
    }
    .btn-menu {
    display: block !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hamburger menu not working after update’ is closed to new replies.