site is VERY wide, on beez 20 - Joomla! Forum - community, help and support
hi, site running on joomla 2.5.7. , template beez 20.
http://right4u.co.il/ - in hebrew (rtl)
the site wide. dont know how solve problem, did add css
and thats temporary solution, still problem on mobile browsers safari,
what can do??

http://right4u.co.il/ - in hebrew (rtl)
the site wide. dont know how solve problem, did add css
code: select all
body {
overflow-x: hidden;
}
and thats temporary solution, still problem on mobile browsers safari,
what can do??
hi,
open css file , add:
#all { width: 1050px !important; }
that should trick
open css file , add:
#all { width: 1050px !important; }
that should trick
Comments
Post a Comment