Support » Theme: Responsive » Standard grid

  • Hi,

    I would like to change the default width of my website. Is there a way to select a bigger column from the standard Responsive Grid? For example, on a standard HD screen (1920×1080):
    #content gets .grid .col-620 and #widgets gets .grid .col-300 .fit.

    How can I change this to be bigger say .grid .col-780 and .grid .col-300 .fit?

Viewing 1 replies (of 1 total)
  • I would add some css that redefines the rules for .col-620 and .col-300 etc.

    If you check /wp-content/themes/dplus/core/css/responsive.css, you see stuff like this:
    [quote]
    @media screen and (max-width: 980px) {
    … specific rules for this setup
    }
    [/quote]

    Your own css can be stored under Appearance -> Theme options -> CSS styles.

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