Anything Popup Positioning
-
I have added the Anything Popup pluging, and configured a tour booking contact form using Contact Form 7. It seems to load correctly on a test post I was working with, but as soon as I added it to the tour posts I needed it to work on, when you click the “book now” button the form is out of sight, or doesn’t load at all if you have scrolled part way down the page.
By using inspect element, I was able to make the following changes that positions it correctly:
element.style { display: block; top: 10%; left: 37%; }
However, when I move into my style.css sheet and do the following, the changes aren’t there upon reloading the page.
#AnythingPopup_BoxContainer1 element.style { display: block; top: 10% !important; left: 37% !important; }
Any idea what I’m doing wrong? Thanks!
Example of booking page: https://www.planitnz.com/3-day-bay-of-islands-adventure-tour/
- The topic ‘Anything Popup Positioning’ is closed to new replies.