Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #832088

    Hi,
    Please check http://www.groundhoppersontour.nl/wp
    I used the new function “mobile button” widget (to show some buttons beneath the page-content on mobile Phone) but these buttons also show on desktop version.
    What am I doing wrong?
    Hope you can help me.
    Martine

    #832235

    Hey famewebdesign,

    So you want to remove the Ticket buttons on desktop?

    Best regards,
    Jordan Shannon

    #832245

    Only the ones underneath the content. Not the ones in the sidebar. The ones on the sidebar (beneath the menu) needs to be visible on desktop, not on mobile. The ones beneath the page-content, needs to be visible only on mobile. I used the new widget function to accomplish this but it seems that this is not working…

    #832251

    Hi,

    This could a b bug that needs further research and fix via an update. Please use the following css for now:

    @media only screen and (min-width: 767px)  {
    #html_javascript_adder-8{
    display:none!important;
    }
    
    }

    Best regards,
    Jordan Shannon

    #832317

    Great! That works! Thanks Jordan!

    #832394

    Hi,

    No problem at all. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘"mobile button" widget also shows on desktop?’ is closed to new replies.