@ohermans1
Posted
Hi Mate
This might not be the best solution to your tooltip problem, but I will have a go.
I would move the share-tooltip div in your html so that it sits at the same level as card__photo and card__text. Then for the media query just flick it to position: relative; and width:100%; Then you can display: none; your card__footer-share.
You will need to adjust the absolute positioning for the non-mobile version, but this should give you a good start!
Awesome effort by the way!
Ollie
@AlexNixx
Posted
@ohermans1 Hi! Yeah, i think best solution start from mobile and after just position layout to desktop. Thanks! U help me a lot!