-
AuthorPosts
-
July 21, 2015 at 6:24 am #335732
I’ve been running some browser testing on my site. Everything is looking good so far execpt an issue with Firefox 39.0 on Windows 10.
I am using a line shortcode with custom css. These lines are used all over my site. On firefox they float right instead of centered and are about 20-40px higher then they should be. Please see attached screenshot
http://uco.media/wp-content/uploads/2015/07/win10_firefox_39.0.jpg
If you view the page on any other current browser you will see how the lines should be styled.
Thank you in advance.
July 21, 2015 at 6:46 am #335757Hi Satchel,
To fix it, you can add this under Custom > CSS in the Customizer.
body hr { clear:both; }
Hope that helps.
July 21, 2015 at 10:46 am #335968I added the code and it did not fix the issue wit firefox.
July 21, 2015 at 1:44 pm #336128Hi Satchel,
Upon checking in Firefox, the lines are showing just fine now (see: http://i.imgur.com/SUpRbsg.png). Would you mind confirming again? Perhaps it’s a caching issue, I’d advise clearing your browser’s cache.
Thanks!
July 22, 2015 at 8:53 am #336988Yes indeed. Thank you
July 22, 2015 at 9:53 am #337060You’re most welcome 🙂
-
AuthorPosts