Suggestion for the devs

Discussion in 'Lounge' started by Grave Protocol, Sep 26, 2025 at 1:52 AM.

  1. Grave Protocol

    Grave Protocol Noisemaker

    Joined:
    Mar 25, 2019
    Messages:
    4
    Likes Received:
    3
    On the main site, if you scroll the page up, the sidebar menu will go up a bit too. Then there is no way to just click to go back to the homepage. If you add this to the bottom of your main css file, that will be fixed - the sidebar menu will be full height, the logo will be at the top, presto. It will be as usual on mobile or other skinny screens:


    @media screen and ( width > 720px ) {
    nav#menu {
    position:fixed;
    height:100vh;
    }
    main {
    margin-left: 200px;
    }
    }

    Edit: In case that doesn't work something is overriding it. This should fix it:

    @media screen and ( width > 720px ) {
    nav#menu {
    position:fixed !important;
    height:100vh !important;
    }
    main {
    margin-left: 200px !important;
    }
    }
     
    Last edited: Sep 26, 2025 at 1:58 AM
  2.  
Loading...
Similar Threads - Suggestion devs Forum Date
How to achieve this vocal mix? | Suggestions how to make "that" sound May 30, 2025
Your cheap preeamps suggestions Soundgear Feb 2, 2025
Your Soundcard Suggestion Soundgear Dec 24, 2024
studio one issue and imrovement suggestions Studio One Aug 18, 2024
Music Suggestions Music Apr 25, 2024
Loading...