Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1095003

    Hello Sirs,
    How are you?
    Social buttons are activated, when I move the pointer over the area as in the screenshot: https://prnt.sc/nhrk0j
    URL: https://zoomit.gr/wordpress_2/store/kalokairina/anemistiras-dapedoy-16-40cm/

    I would really appreciate, if you could help me on this.

    Best regards,
    Nick

    #1095628

    Hey nickgin,

    #header_meta .container {
    padding-right: 100px;
    }

    Use this and let us know if the issue is solved.

    Best regards,
    Basilis

    #1099408

    Hey Basilis,

    Thank you for your support!
    Unfortunately, it’s not be resolved.

    Best regards,
    Nick

    #1099424

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1099569

    Hi Jordan,

    Thank you so much for your quick reply.

    Sure, I cleaned the cache and I added the code to the very top of quick css and to custom.css also.
    Unfortunately, it didn’t work.

    Best regards,
    Nick

    #1099655

    Hi,
    Thank you for the screenshot and the link, I have taken a look and found that you have this custom css:

    /* adjustments - move header top social bookmarks */
    #top #wrap_all .social_bookmarks, #top #wrap_all .social_bookmarks a, #top #wrap_all .social_bookmarks li {
        background: transparent;
        right: 85px!important;
    }

    the right: 85px!important; is moving the “li” and the icons, but not the “ul” container, but because it contains “!important; ” it’s hard to override. So if you can remove the code above and use this instead, I believe you will find it to work:

    #header_meta.container_wrap > div.container > ul.social_bookmarks {
        right: 150px!important;
    }
    .av_icon_active_right .social_bookmarks {
        padding-left: 0px !important; 
    }

    Please clear your browser cache and check after you add the new css.
    If this doesn’t help, please include an admin login in the private content area so we can be of more assistance.

    Best regards,
    Mike

    #1100163

    Hi Mike,

    You are brilliant! It really worked! Thank you so much!!
    I really appreciate that you searched deeply for my issue and you found out the incorect code! Your solution really worked!
    Your support is amazing!

    You can close the ticket.

    Best regards,
    Nick

    #1100183

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Mouse over issue’ is closed to new replies.