Hi, I have a logo on top with a text line below, but on mobiles and when I make scroll, they overlap.
I´m sending you 2 screenshots.
To create the text line below the logo I put in quick CSS this code:
span.subtext {
position: absolute;
top: 30px;
left: 12px;
color: #000000
}
span.subtext {
font-size: 10px!important;
}
And in functions I put this code:
add_filter(‘avf_logo_subtext’, ‘kriesi_logo_addition’);
function kriesi_logo_addition($sub) {
$sub .= “COACH – TERAPIA GESTALT – CONSTELADORA”;
return $sub;
}
Could you tell me what I´ve made wrong?
Thanks!
Hey cipriana,
Your site is unreachable at the moment and we cannot view the screenshots. Would you mind posting us a screenshot to imgur.com or dropbox and share the link here :)
Also provide a precise link to the page, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi, it´s reachable now. Could you try again?
just in case I send you two dropbox screenshots.
Thanks!