Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Title width › Reply To: Title width
December 12, 2014 at 6:12 pm
#1304
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