Hi,
I have a problem on module K2 front-end.
I have that structure:
QUOTE:
<li class="even">
<a href="#"> Title </a>
<div class="moduleItemIntrotext"> Intro text </div>
<div class="clr"></div>
<div class="clr"></div>
<a href="#" class="moduleItemReadMore"> Read more... </a>
</li>
<li class="odd">
<a href="#"> Title </a>
<div class="moduleItemIntrotext"> Intro text </div>
<div class="clr"></div>
<div class="clr"></div>
<a href="#" class="moduleItemReadMore"> Read more... </a>
</li>
...
If I declare on Screen Reader the tag <a> of title, <div> of read more and <a> of read more, he overwrite the font-size declared and use the body page reference to increase and decrease the size.
How can i solve this?