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

    Hello again, guys!

    First, I have an issue on the mobile version of my project: the images of http://residencialvalenca.kinghost.net/estrutura/ are not appearing on page on mobile, but it’s ok on desktop.

    Second, I’m using this shortcode:
    .right_floating_top {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 1000;
    }

    …to set a floating image button on pages.
    Is there some way to turn it off ONLY on mobile version? It’s too big on cellphones screens…
    Or make it invisible in some pages?

    Ty in advance!!

    #732927

    Hey Camila,

    I tried checking your site but this is what appears on my end when I check:

    This site can’t be reached

    Best regards,
    Nikko

    #733116

    Sorry, I recently pointed the new domain:
    http://www.residencialvalenca.com.br

    I removed the shortcode, but I love to put it again if it can be turned off in mobile.

    .right_floating_top {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 1000;
    }

    (WIDGET ON FOOTER)
    <span id=”visite” class=”right_floating_top”></span>

    Ty a lot!

    #733366

    Hi,

    I tried checking it again but the same error message appeared :(

    Regards,
    Nikko

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