*

rsn

  • ***
  • 61 posts
Footer Mobile version of the problem
« 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]
« Last Edit: February 12, 2016, 07:06:19 PM by rsn »

*

MB Themes

Re: Footer Mobile version of the problem
« Reply #1 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;
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rsn

  • ***
  • 61 posts
Re: Footer Mobile version of the problem
« Reply #2 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]
« Last Edit: February 13, 2016, 08:53:16 AM by rsn »

*

MB Themes

Re: Footer Mobile version of the problem
« Reply #3 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...
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

rsn

  • ***
  • 61 posts
Re: Footer Mobile version of the problem
« Reply #4 on: February 13, 2016, 09:20:50 AM »
OK thanks