Site logo

Archived topic

Container not working on Mobiles

29 replies · Started by Mouse on June 4, 2020

Viewing posts 16–30 of 30

Yes i see it here

.generate-columns a:before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
@media (min-width: 769px {
.right-sidebar.one-container .site-content {
display: flex;
}

.inside-right-sidebar {
height: 100%;
}

I have removed it like you said and now it's like this

/* Navigation */
.second-nav.grid-container {
padding: 0;
}
.main-navigation ul li {
position: relative;
}

Can you just disable all plugins except GP Premium so I can take a look at all your CSS?

there is only one cache plugin.. do you want me to disable autoptimize?

I can make you the admin too is you like?

Yup disabling Autopimize would certainly help.

I will take a look later - it's Saturday here.

Please have a look at it now...if you dont mind... i am disabling the plugin now

Did you reactivate it again?

If you can't keep it deactivated, then please create a staging site and duplicate your existing site over so we can take a look.

Hi, you said it's sat so I thought you wont work. Just let me know I will deactivate it right away.

Can you leave it deactivated for a few hours?

If not please create a staging site so you can do so.

Thanks.

Okay I am deactivating it...

Its deactivated ... do your thing... and let me know...

So as I said before, you need spend some time and go through all of your CSS to make sure that each @media has a closing bracket }.

For example, looks like this block is missing a closing bracket:
https://www.screencast.com/t/bsOPCKw3G

Which means all of your CSS below would be wrapped in @media (min-width: 769px) {

Okay man I got it and it's now working. Thank you so much for bearing with me man. Appreciate it. Sorry for the trouble. It was so simple.

It is working on mobile devices now... but now I am facing another issue, I know (facepalm)

now I am seeing 2 follow us on facebook banners in the widget on mobile devices and the sidebar last widget is not sticky anymore.

If it's working before fixing that closing bracket mistake, then it's likely another similar issue.

Please go through all your CSS first.

If that still doesn't help, please open a new topic.

This archived topic is closed to new replies.