Need help removing a text from contact us page - Joomla! Forum - community, help and support


hi guys,

the contact page http://www.richyersdeli.com/contacts.html
is ok in regular mode when view in mobile version texts in annoying , has deleted.
i checked module custom module not show text in it.

you can use user agent switcher view mobile version in firefox:
http://chrispederick.com/work/user-agent-switcher/

the texts has deleted are:

шаблоны joomlabamboo
Бизнес шаблоны joomla

and


Текстиль для дома, Вышивка, Фурнитура, Ткани
автоновинки

actually have same code in non-mobile version also. had @ , can see same source in both mobile , non-mobile versions:

code: select all

<div class="article_info clearfix">
   <div id="bid"><h2>
<a href="http://web-creator.org" target="_blank" title="шаблоны joomlabamboo">шаблоны joomlabamboo</a><br />
<a href="http://joomla-master.org/avto.html" target="_blank" title="Бизнес шаблоны joomla">Бизнес шаблоны joomla</a></h2>
</div>   
</div>


but template.css file pushes div box bid far left cannot see it. in template.css should have code reads

code: select all

#bid{
    left:-4900px;
}


when load mobile site, template.css file not loaded, instead mobile.css file loaded. not have particular code , makes visible.

however might want contact template developer check , see going on here. doesn't legit me @ least.





Comments