Support Forums - Classified Ads Script Osclass
Osclass theme support => Free themes => Tatiana Osclass Responsive Theme => Topic started by: rsn on February 12, 2016, 03:02:36 PM
-
hi footer mobile version of the problem
if you look iphone 4,5,6
how to fix
[attachment deleted by admin]
-
@rsn
Go to:
oc-content/themes/tatiana/style.css
Find line starting with:
#footer-new .some-block .text a {
in this line change from:
white-space:nowrap;
to:
white-space:normal;
-
Thanks to all the normal footer.
there is still a problem
when you press Search classified climbs in the mobile version
[attachment deleted by admin]
-
@rsn
Go to same file and try to replace all occurences of "nowrap" with "normal", white-space attribute does not seem to be very reliable...
-
OK thanks