• I have just begun using Spacious Free and I’m prepared to purchase Spacious Pro. Is it possible to resize the sidebar? It takes up nearly a third of the page as I see it. The link above shows what I am talking about.

    Also, my header moves links from my Primary Menu into a submenu under an icon of three vertical dots. I know these might be necessary to make the page responsive but this is done even in desktop mode with plenty of white space. Can I prevent this or change when it occurs?

    Any help is appreciated!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • @ark2077

    For the first issue, Can you add the below CSS code to Additional CSS box and check?

    #primary {
    width: 75.576355%;
    }
    #secondary {
    width: 22.482759%
    }
    
    @media screen and (max-width: 768px) {
      #primary, #secondary {
        width: 100%;
      }
    }

    For the second issue, can you visit Appearance -> Customize -> Header -> Menu Display and uncheck Display menu in one line and see if it resolves your issue?

    Thanks.

    Thread Starter ark2077

    (@ark2077)

    Thank you I was able to adjust my header. Still working on the sidebar.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sidebar Size and Header Links’ is closed to new replies.