Site logo

Archived topic

Mobile - contents of page kind of moving all around instead of staying *fixed*

4 replies · Started by Craig on February 1, 2021

Viewing posts 1–5 of 5

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

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.

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.

Sorry, calling it on the home page as

[aws_search_form id="1"]

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;
}
This archived topic is closed to new replies.