Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #944546

    Hi, how can I move this icon to be a bit higher so it won’t overlap the sumo social icons at the bottom?

    #944691

    Hi DROR,

    Thanks for giving us the screenshot and the link to the site.
    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:479px) {
      #wh-widget-send-button.wh-widget-right {
        bottom: 50px !important;
      }
    }

    Hope it helps :)

    Best regards,
    Nikko

    #944927

    Thanks Nikko, it’s working on all pages except the homepage. Why is that?

    #945184

    Hi DROR,

    I have checked it and it’s working properly on my end.
    Can you try to clear the browser cache? it might help.
    If that still doesn’t help, try adding this css code:

    @media only screen and (max-width:479px) {
      .responsive #top #wh-widget-send-button.wh-widget-right {
        bottom: 40px !important;
      }
    }

    Hope this works.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.