CSS Error on Single post page.

Viewing 5 posts - 1 through 5 (of 5 total)
  • #14830
    Takuri
    Participant

    I input with “2.0em” in Body Copy Line Height (Theme option > Typography).

    It is output with “2.002.00” by CSS of the single post page if I do so it.
    Is this error?

    .entry-content {
    line-height: 2.002.00;
    }

    #14838
    Olli
    Participant

    That’s really odd, I cannot reproduce that behavior, even if I input “2.0em”, which is not really necessary as just “2” is fine to set the Default Line Height to 2.00em.

    #14839
    Takuri
    Participant

    > Olli

    If I type in [ Theme option > Typography > Font Sizes ], this problem will appear.
    Please enter “3” in BodyCopy Line Height (in ThemaOption > Layout).
    And then, you are SinglePostPage, you’ll be able to see the fact that Line height isn’t set to 3.
    When I analyze the CSS, entry-content. {Line-height: 3.003.000;} have made​​, this is the error.
    Instead, it will be displayed in the settings of the parent 1.62 is taken over.

    #14842
    Olli
    Participant

    Yep I see it too now. I know too little about CSS though =/ (not a dev)
    I don’t have time to check, but is that a problem only present in Chrome?

    #14877
    Takuri
    Participant

    >Olli

    Thanks your response.
    I can watch this error in safari and firefox. I think that this looks in all WebBrowser.
    As makeshift measures, I overwrite at error point in [CustomCSS].

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.