Archived topic
Homepage Mobile is Weird
3 replies · Started by melvin on July 20, 2021
Hi,
My development site's Mobile home page is weird. There's a blank space at right and can slide to right or zoom smaller than I intented it to be. Here's a screen shot of it.
I've tested my other development sites all do not have such problem.
Could you assist on how to fix this?
Hi Melvin,
It's this section that is causing the issue, I guess you are using a slider plugin for this?
https://www.screencast.com/t/fZMGbdrYy
I would recommend reaching out to the plugin support to see if they have any settings that can prevent this from happening.
While you are waiting for the response from the plugin support, you can try this CSS for now:
.n2-section-smartslider.fitvidsignore.n2_clear {
overflow-x: hidden;
}
Let me know if you need further assistance :)
Hi Ying,
Thanks. I will try to contact the plugin support.
Thanks ya
You are welcome :)