Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Menu in left sidebar

  • Hi,

    I have the menu in the left sidebar, but it is not showing up. What am I doing wrong?

    Thank you

  • I was able to get the menu in the left sidebar, but I want it to look like this: https://nerdhaven.games/

    How can I dublicate this?

    Thank you

  • Hi there,

    the easiest method to do that would be to use the Sider site from the Site Library as it has that same navigation layout.

    See here:

    https://gpsites.co/sider/

  • That worked, but how do I make the page full width. I do not want any space around the main content.

    Thank you,

  • That worked, but I would like the top image to take up the entire width and height from side to side and right to the top.

    Thank you

  • I just want to be clear…. I would like the image at the top of the content to take up the entire width and height from left menu to the far right all the way to the top.

    I still want the menu on the left, like this https://nerdhaven.games/

  • Ok, the site uses some CSS for its layout.
    In Customizer > Additional CSS look for:

    body {
        padding: 0 50px 50px;
        margin-left: 300px;
     }

    remove the padding: 0 50px 50px; property.

    Also there is this CSS in the customizer, maybe from a different site (?)

    .no-sidebar:not(.archive):not(.blog) .inside-article > *, .no-sidebar:not(.archive):not(.blog) #comments, .no-sidebar:not(.archive):not(.blog) .paging-navigation {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    Can you also remove that.

    That should provide the full width container area you need.
    Let me know.

  • Thank you very much. That worked great!

  • Glad to hear that!

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.