-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
-
Hi!
First of all: Thanks for providing this cool Hugo theme!
I'm trying to change the standard page width but I cannot figure out how (sorry, I'm not very experienced in HTML/CSS). The issue is that I have too many menu items and the page title on the left slides up a bit so page title and menu items are not in one line anymore. That doesn't hurt in the mobile view as menu items are collapsed anyhow but it doesn't look good in desktop view.
I've changed each max-width lines in all CSS-files to 1024px but that doesn't change anything. Can't figure out how to solve that. Sorry, as I'm positive that this might be a beginners question.
Best,
Pat
Beta Was this translation helpful? Give feedback.
All reactions
Hey.
You need to change the max-width value from .container. The default value is 90 rem. Try increasing it.
REM is a relative value, based on the root font size.
Replies: 1 comment 1 reply
-
Hey.
You need to change the max-width value from .container. The default value is 90 rem. Try increasing it.
REM is a relative value, based on the root font size.
Beta Was this translation helpful? Give feedback.
All reactions
-
Perfect, that worked just fine! Thank you so much!
Beta Was this translation helpful? Give feedback.