Forum Discussion

keithkelly's avatar
2 years ago

Increase max width from 1200px to 1400px - how involved?

I realize our custom skin will complexify this a bit, but our skin is fairly vanilla...at least in this particular regard...

Assuming the default Hermes skin, is increasing max width a big or small lift? It seems like Hermes down-flexes nicely, so I'd like to leverage a bit more real estate - especially on forum topic pages.

(I'm experienced at CSS, but a doofus in my understanding of the various dependencies within Hermes.)

  • MattV's avatar
    MattV
    Khoros Staff

    You can edit/override these variables:

    // max-width
    $theme-max-width: 1200px;
    
    // breakpoints
    $theme-screen-xs: 480px;
    $theme-screen-sm: 768px;
    $theme-screen-md: 992px;
    $theme-screen-lg: 1200px;

     

  • I've seen those variables.  So that's all there is to it?  Nice...