ResolvedIcons on moblie version

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #36621
    zyloeyewear
    Participant

    Hi 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 you

    #36630
    Althemist
    Keymaster

    Hi 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;
    }
    #36634
    zyloeyewear
    Participant

    with this css it messes up desktop position on mouse over
    check https://zeyelo.com/sunglasses/ on mouse over desktop

    #36635
    zyloeyewear
    Participant

    how it can stay in place, not move downwards

    #36636
    zyloeyewear
    Participant

    it is also the same with mobile , thank you

    #36639
    zyloeyewear
    Participant

    Hi 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?

    #36652
    Althemist
    Keymaster

    Hello 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.

    #36653
    Althemist
    Keymaster

    Also, 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;
    }
Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for any item belonging to this account
AlThemist

AlThemist

sales 17761, followers 748
Login and Registration Log in · Register