Forums › Forums › Search & Filter Pro › Odd issue with css for mobiles and ie11
- This topic has 4 replies, 2 voices, and was last updated 9 years, 9 months ago by
Anonymous.
-
Anonymous(Private) July 14, 2016 at 10:36 am #51124
I’ve been trying to tidy up my website prior to putting the first blocks online, and have been browsing pages with a mobile – Nokia with windows – and other browsers.
I generally use firefox as I like firebug, so I started browsing with chrome. I noticed that the search bars took a strange extra padding (left) in chrome, which made everything look weird. There was 40px of padding-left being added to .searchandfilter ul, which I tracked down to
-webkit-padding-start:40px
which chrome said was from ‘user agent stylesheet’.
I added -webkit-padding-start:0px !important;-webkit-margin-before:0px; which got rid of the problem on chrome.
However, the problem is the same in IE11 and also on my mobile. However, neither IE nor my mobile give me a clue as to what is causing the problem.
How do I get rid of this unwanted padding? I don’t have any other mobiles to hand to see if it affects iphones, tablets, etc, so I don’t know if it’s just a microsoft/windows issue.
Thanks
-
AuthorPosts