I need to decrease quite a bit the main-header-logo-text . I am adding to theme code after the this: The element is “#main-header-logo-text heading-font h2” so I am confused if i need to include that heading-font?.. Anyway i wrote:
@media only screen and (max-width: 450px)
{
#main-header-logo-text
{
font-size:0.6em;
}
}
and also tried
at no avail
I tried with the on the home page…
Thanks for any help!