Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #335732

    Satchel L
    Participant

    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.

    http://uco.media

    #335757

    Paul R
    Moderator

    Hi Satchel,

    To fix it, you can add this under Custom > CSS in the Customizer.

    
    body hr {
       clear:both;
    }
    

    Hope that helps.

    #335968

    Satchel L
    Participant

    I added the code and it did not fix the issue wit firefox.

    #336128

    Zeshan
    Member

    Hi 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!

    #336988

    Satchel L
    Participant

    Yes indeed. Thank you

    #337060

    Thai
    Moderator

    You’re most welcome 🙂