Can someone please help me fix this icon before the category title? URL: https://bestlistofporn.com/top-sex-cam-sites Attention: Ault content (NSFW) I need to align this icon with the category title: https://prnt.sc/Lwfyu6JBvm6g I have to go down the icon a little bit or go up the category title next to the icon. I tried everything (of my knowledge) but without success, I'm kind of a newbie Thank you in advance!
Hi there Divvy, instead of this... .maddos-title-icon { display: inline-block; position: relative; background-size: 100%; overflow: hidden; font-size: 24px; } Code (markup): ...try this... .maddos-title-icon { display: inline-block; vertical-align: middle; } Code (markup): coothead
Thank you very much, denis! The vertical-align fixed my issue perfectly! The "middle" didn't work but "bottom" did.