ResolvedIcons on moblie version
- This topic has 7 replies, 2 voices, and was last updated 5 months, 2 weeks ago by
Althemist.
- AuthorPosts
- December 15, 2022 at 11:22 am #36621
zyloeyewear
ParticipantHi there, shop product and favourite icons on mobile are shown jut on the product image. Is it possible to show just above the price, under the photo?
Check zeyelo.com
Thank youDecember 15, 2022 at 12:47 pm #36630Althemist
KeymasterHi zyloeyewear,
It can be done with CSS modification, but not ABOVE the price, as the container by default is located UNDER the price. Something like this:
div.prod_hold .links { padding: 0px; position: relative; top: 0; opacity: 1; }
December 15, 2022 at 1:06 pm #36634zyloeyewear
Participantwith this css it messes up desktop position on mouse over
check https://zeyelo.com/sunglasses/ on mouse over desktopDecember 15, 2022 at 1:07 pm #36635zyloeyewear
Participanthow it can stay in place, not move downwards
December 15, 2022 at 1:08 pm #36636zyloeyewear
Participantit is also the same with mobile , thank you
December 16, 2022 at 12:19 pm #36639zyloeyewear
ParticipantHi there , have you seen my previous comments?
When you mouse over the icons, in both desktop and mobile
the icons change position, they move downwards.
Can this be changed and stay at the same position?December 19, 2022 at 1:09 pm #36652Althemist
KeymasterHello zyloeyewear,
I thought this what you want. Unfortunately you can’t have both. You’d need to choose the one that suits your needs better.
December 19, 2022 at 1:11 pm #36653Althemist
KeymasterAlso, it looks like you have added this custom CSS:
div.prod_hold .links { padding: 70px; top: 0; opacity: 1; }
It would be better if you change it to
div.prod_hold .links { padding: 70px 0; top: 0; opacity: 1; }
- AuthorPosts
You must be logged in and have valid license to reply to this topic.