Ok, are there any #webdev #css #webdesign #webdeveloper folks out there who can help me with this annoying #firefox issue? On basically every browser I’ve tried, the text I’ve positioned under this icon on my home page (https://shellsharks.com) appears correctly. But on FF, it floats kinda above the icon. From what I’ve researched, there are some known issues with Firefox and the position:absolute tag but I just can’t figure out a workaround/fix. What makes this more odd is I am doing what seems to be the exact same thing with the icon right next to this on my home page with text underneath and that one is working fine. Thanks for the help!!!
#fedihelp
I appear to have fixed this by wrapping the aboslute div tag in a relative div tag (thanks to this StackOverflow post). I then had to nowrap the elements inside.
