writewithbee Posted August 27 Share Posted August 27 I've dug through other Firefox posts and can't seem to find a solution to this problem. My website https://www.regencyhistory.net/ looks best with a central title and links either side, which I have used custom css to create. Code used: @media only screen and (min-width: 1030px){ .header-nav { position: absolute; margin-top:0!important; top: 3rem; } .header-nav-item:nth-of-type(2) { margin-right: 48vw!important; } .header-title { z-index: 99!important; } } However, this isn't working on Firefox. The gap between the links is too big and pushes link 4 onto a new line, warping the whole look. I know how to write responsive code for different screen sizes but not different browsers. How do I target Firefox browsers to display differently? Any help appreciated. Thanks 🙂 Link to comment
tuanphan Posted August 30 Share Posted August 30 You can try this approach instead your CSS code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment