Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    You should be able to add as much code as you’d like. If the CSS isn’t working, check for a syntax error like a missing period or bracket. If you can’t find anything wrong, please share a link to your site, and I’ll check it out.

    Thread Starter 00Nell00

    (@00nell00)

    Yes I forgot } symbol.
    thank you

    Which is the css for the font size inside the post?
    This one

    @media (min-width: 56.25em)
    .entry-header h1 {
        font-size: 2.25em;
        line-height: 1.06;
    }

    will not affect at all

    Theme Author Ben Sibley

    (@bensibley)

    Sure, you want it to look like this:

    @media (min-width: 56.25em) {
    
      .entry-header h1 {
        font-size: 2.25em;
        line-height: 1.06;
      }
    }

    The “media query” has its own set of brackets that wrap around the rest of the CSS.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘several custom css’ is closed to new replies.