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

Title: Footer Mobile version of the problem
Post 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]
Title: Re: Footer Mobile version of the problem
Post by: MB Themes on February 12, 2016, 05:47:36 PM
@rsn
Go to:
oc-content/themes/tatiana/style.css

Find line starting with:
Code: [Select]
#footer-new .some-block .text a {
in this line change from:
Code: [Select]
white-space:nowrap;
to:
Code: [Select]
white-space:normal;
Title: Re: Footer Mobile version of the problem
Post by: rsn on February 12, 2016, 07:36:01 PM
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]
Title: Re: Footer Mobile version of the problem
Post by: MB Themes on February 12, 2016, 08:42:00 PM
@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...
Title: Re: Footer Mobile version of the problem
Post by: rsn on February 13, 2016, 09:20:50 AM
OK thanks