Ok, I will check on my Quickstart , but in meantime, I have question, why you're using Joomla 2.5 for new website in 2015?
When official support for this version has been ended?
-----
notablet - don't work for menu modules and topbanner, it was build like this ;(
----
But I have solution, please add this into custom css field or override.css (check my footer link):
- Code: Select all
@media only screen and (max-width : 800px) {
#gkBannerTop {display:none !important;}
}
This will hide whole Banner Top section on all smartphones and 90% of tablets. Tested.