Need help with text alignment on different browsers

For some reason my Call to Action text align's differently on Firefox, it align perfectly on Chrome, Edge, DuckDuck Go, but on Firefox the bottom line is positionned a couple of px to the right. (See screenshots) Any fix suggestions? Thanks
No description
No description
3 Replies
Mike
Mike7mo ago
Hi, that is some odd behaviour. Could it be something to do with browser defaults? Might be worth looking in the Firefox dev tools to see if it is inheriting something from somewhere. Without seeing the code it is hard to know what is happening exactly, would it be possible to upload something to Codepen or similar to look at?
Guts
Guts7mo ago
Hey man, I appreciate the help, after taking a deeper look using the dev tools I found out the problem, It had to to with a width value that wasn't supposed to be there in my CSS code, I just removed it and adjust the position of my elements and it all worked just fine. Thank you!
Mike
Mike7mo ago
Got to love it when that happens! Dev tools are such a dream, couldn't imagine not having them. Glad you got it sorted.