Home › Forums › Support › Mobile – contents of page kind of moving all around instead of staying *fixed* This topic has 4 replies, 2 voices, and was last updated 1 year, 6 months ago by Leo. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts February 1, 2021 at 11:11 am #1641977 Craig Hi GP Support, one more issue, and thanks in advance. I’ve noticed on ios / iphone / duckduckgo browser that the home page can kind of be slid all over the place, instead of staying fixed. Doesn’t seem to happen on any woo pages, in fact, seems to only happen on the home page where I have a couple of smartslider3 slides. Any insight, or should I take it to the smartslider3 support forum? THX again!! Craig February 1, 2021 at 6:27 pm #1642279 LeoStaff Customer Support Hi there, Issues like these are impossible for us to help without seeing them live. Can you link me to the page in question? It would be good to open a support ticket with Smart Slider 3’s support team as well. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ February 3, 2021 at 8:30 am #1644429 Craig Leo – ruled out SmartSlider3. Not sure what I am doing wrong, but I have this CSS: .example1 { width:auto; height: 40px; border: 0px; padding:3px 0px 3px 3px; background: #053584; } and calling it on the home page after a slider, like this: [aws_search_form id=”1″] I am trying to embed the search field across the entire width of the body. Gratefully appreciate any advice. February 3, 2021 at 8:32 am #1644430 Craig Sorry, calling it on the home page as [aws_search_form id=”1″] February 3, 2021 at 11:00 am #1644601 LeoStaff Customer Support Not sure if I fully understand but this sounds like a problem with AWS search form now? Maybe try doing this: .example1 { display: grid; width: 100%; height: 40px; border: 0px; padding: 3px 0px 3px 3px; background: #053584; color: #ff000above; box-sizing: border-box; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In