Footer pop-up button not shown on mobile

Hi, I need the pop-up button with the form in the footer to also be visible on the mobile version. Is that possible?

Comments

  • Hi,

    Please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.

    It is always a good idea to also attach a screenshot showing your issue.

    Thanks

  • The web is https://metodo99.com. As soon as you can see the website, please let me know so I can put it back into maintenance mode. I attached a screenshot with the pop-up button:


  • Try the following CSS code:

    1. @media only screen and (max-width: 767px) {
    2.  #popup_contact {
    3.    display: block!important;
    4.  }
    5. }

    Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.


    Best regards

  • It's working! Thank you very much!

Sign In or Register to comment.