• Resolved karrafear

    (@karrafear)


    Hi

    I’m having issues with a website that I built using Neve theme. It looks fine on Microsoft Edge, and works well on Google Chrome. But when it comes to Mozilla Firefox. Some pages align left when it should be center (e.g Home Page). Some align off screen to the left, and are cropped (Contacts Page and About me), but other pages work fine.

    I’m not sure why is there a difference between pages built with the same theme, and this only occurs on Mozilla Firefox.

    I’ve tried cleaning the cache on Firefox but it’s still showing these issues.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @karrafear!

    Thanks for choosing Neve!

    In some cases there may be some differences on a site when it is visited on different browsers. This happens because different browsers may interpret parts of the code in different ways. Please insert the code below in the Additional CSS section within the Customizer. It should make all the pages to appear properly on Firefox too.

    @-moz-document url-prefix(){
      #neve_body {
      display: block !important;
    }
    }

    Let me know how this goes for you!

    Have a great day!

    Thread Starter karrafear

    (@karrafear)

    Thank you. It finally worked!

    Wonderful, I’m glad to hear that! Thanks for letting me know!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Webpage alignment different on Firefox’ is closed to new replies.