getgrav / grav-premium-issues

Official Grav Premium Issues repository to report problems or ask questions regarding the Premium products offered.
https://getgrav.org/premium
7 stars 2 forks source link

[typhoon] Change width of the main container? #353

Closed mjk-fi closed 1 year ago

mjk-fi commented 1 year ago

Hi!

I have some knowledge in CSS and HTML. I modified the Quark theme to my needs, and now I bought the Typhoon theme.

I would like to make it narrower in full width. What would be the correct way to do this?

Now the maximun width is 1536px, I would like to make this around 1200px.

Is there someway to do this with theme options's wrapper classes?

image

Or do I need the change the CSS file? I have now made a child theme for typhoon.

@media (min-width: 1280px) @media (min-width: 1536px) .xl\:container { max-width: 1536px; }

mjk-fi commented 1 year ago

Sorry for trouble. Found the solution to this one with the wrapper classes!