• Hi!

    Im a bit of a rookie when it comes to creating websites. The ‘toogle button menu’ has been working fine until recently. But when I went into ‘phone mode’ and to check out the Toggle button menu I noticed that all of the pages had become compressed – stacked on top of each other (as seen in the image below).

    View post on imgur.com

    Any idea how to fix this? No idea what Ive done to cause this. ??

    katrineholmbt.com

    Thanks a lot for any help!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

    ____

    If you can install plugins, install and activate “Health Check”: https://www.ads-software.com/plugins/health-check/
    It will add some additional features under the menu item under Tools > Site Health.
    On its troubleshooting tab, you can Enable Troubleshooting Mode. This will disable all plugins, switch to a standard WordPress theme (if available), allow you to turn your plugins on and off and switch between themes, without affecting normal visitors to your site. This allows you to test for various compatibility issues.
    There’s a more detailed description about how to use the Health Check plugin and its Troubleshooting Mode at https://make.www.ads-software.com/support/handbook/appendix/troubleshooting-using-the-health-check/

    Hello

    You can move the navigation by changing the Navigation Location to “Float left” but I’m afraid this will change how the desktop navigation looks.

    But you can add this CSS once you’ve set the navigation location to “Float Left”.

    @media(min-width:769px){
    .inside-header.grid-container {
    flex-wrap: wrap;
    }
    .site-logo {
    display: block;
    width: 100%;
    text-align: center;
    }
    nav#site-navigation {
    margin: 0;
    width: 100%;
    }
    }

    by @ejcabquina

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Toggle button menu shows compressed pages (got image inside)’ is closed to new replies.