• Hi,

    great theme and design, thanks! I would like to change the width of the menu to 50%. Is that possible with a simple code snippet?

    The site is https://www.projectfaces.de Till Sunday, 30th of august it will be password protected. Password is Integrationsprojekt

    Thanks for your help!

    Hannes

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Something like this in your custom CSS should get you started:

    .sidebar {
      width: 50%;
    }

    You may need to add new media queries for smaller screens – be sure to test your site at different browser sizes to maintain the expected appearance on various devices.

Viewing 1 replies (of 1 total)
  • The topic ‘Menu Width’ is closed to new replies.