Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#1304
Robert Kavgić
Participant

Hello,

The code you posted is invalid. You are using the “screen” attribute wrong.
Here is the valid code:

@media screen {
    .pt-title h1 {
        font-size: 35px;
        line-height: 38px;
        display: inline-block;
    }
}

Even if it valid, this code may not work because of the other style definitions. Could you post a link to you website so I can write you the exact code, if this one doesn’t work for you?

Robert