-
AuthorPosts
-
August 24, 2019 at 11:11 pm #1130658
Hi,
My website is not showing well on a mobile phone, the spacing is not correct, some of the elements are overlapping or have large gaps.
Please can you review and advise
Thanks Belinda
August 24, 2019 at 11:12 pm #1130659Hi,
My website is not showing well on a mobile phone, the spacing is not correct, some of the elements are overlapping or have large gaps.
Please can you review and advise
Thanks Belinda
August 25, 2019 at 6:49 am #1130718Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .home .avia-builder-el-11 { margin-top:40px; } }
Best regards,
RikardAugust 25, 2019 at 8:24 am #1130725Hi Rikard,
Thanks for your prompt reply. I am not sure where that is – I am unfamiliar with CSS, are you able to guide me on this
thanks Belinda
August 25, 2019 at 8:39 am #1130726Hi Rikard,
okay I think I have added it in correctly, I have added to to
Dashboard – enfold child – general styling – quick css and save all changes.It has not changed the appearance of the website on a mobile phone, the spacing is still not correct, with some of the elements are overlapping or have large gaps.
Thanks Belinda
August 26, 2019 at 3:24 am #1130809Hi Belinda,
You have active caching on the site, please clear that first before checking the results.
Best regards,
RikardAugust 26, 2019 at 3:28 am #1130812Hi Rikard,
Please can you advise how I clear the active cahing
thanks Belinda
August 26, 2019 at 5:37 am #1130854Hi Belinda,
I’m not sure how to do that since it’s not coming from the theme, I’m guessing you have a plugin for that?
Best regards,
RikardAugust 27, 2019 at 4:43 am #1131174Hi Rikard,
Ok thanks I think that’s all done, but it has not changed the appearance of the website on a mobile phone, the spacing is still not correct, with some of the elements are overlapping or have large gaps.
Thanks Belinda
August 29, 2019 at 2:17 pm #1131880Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
VinayAugust 30, 2019 at 12:56 am #1132137Hi Vinay,
Please find link below in private content
Thanks Belinda
September 1, 2019 at 6:30 am #1132630Hi,
Thanks for that, could you disable the cache on the site or disable the plugin please? Otherwise we can’t see where the CSS is coming from. We can do it for you if you like.
Best regards,
RikardSeptember 2, 2019 at 2:27 am #1132763Hi Rikard,
I have de-activated the WP Super Cage plug-in, if there is another cache you need to disable, please do. Please can you let me know if there is so I know for future reference
Thanks Belinda
September 3, 2019 at 5:32 am #1133198Hi,
Thanks for that, please try this CSS instead:
@media only screen and (max-width: 767px) { .home .avia-builder-el-11 { margin-top:40px !important; } }
It wasn’t applying since other code was overriding it.
Best regards,
RikardSeptember 3, 2019 at 5:57 am #1133211Hi Rikard,
Ok thanks I have replaced the CSS with the one on your latest reply, but it has not changed the appearance of the website on a mobile phone, the spacing is still not correct, with some of the elements are overlapping or have large gaps.
Thanks Belinda
September 4, 2019 at 6:33 am #1133621Hi Belinda,
You still have active caching on the site, that means it’s basically impossible for us to see where the CSS is coming from. Would you be able to turn that off until we have helped you out? You are setting yourself up for situations like these otherwise.
Also, could you post screenshots of the problems you want fixed please? Otherwise we can only guess. The CSS I gave you should fix the only obvious problem that I could see with overlapping texts.
Best regards,
RikardSeptember 4, 2019 at 6:49 am #1133628Hi Rikard,
I am getting a bit confused I installed the WP Super Cache plug in as requested which I understood would get rid of the active caching and then I was asked to dis-able it, which I have done, do you need me to activate it?
How do I send you screen shots? I have included in the private section 3 links to 3 different website pages and if you scroll down on a mobile phone you will see how the it overlaps
Thanks Belinda
September 4, 2019 at 4:08 pm #1133911Hi Belinda,
No problem, let’s try to straighten everything out. WP Super Cache is a caching plugin, it adds cache to your site. Like most caching plugins it concatenates CSS files, that means that all the CSS files are added into one file with a random name. When CSS doesn’t work then we try to find out where the CSS is added or not added, and when all the CSS is coming from a single source, then we can’t see where it’s actually coming from. That is why we want you to turn the cache off, or disable the plugin.
All the CSS being served on your site right now is coming from a cached and/or minified file which leads me to think that the caching plugin is active. I wanted to login to be able to check but the token you sent seems to have expired. Please renew it or post regular login details in private.
You can send us screenshots by uploading them to a service like Dropbox, Google Drive, Imgur or similar, and then link to them here.
Best regards,
RikardSeptember 4, 2019 at 11:21 pm #1134121Hi Rikard,
Thanks for explaining that, I have renewed the login for you and below are three screen shots.
Regards Belinda
September 4, 2019 at 11:34 pm #1134128Below are three screen shots of the same pages not on a mobile phone showing correct spacing
September 4, 2019 at 11:36 pm #1134131sorry third one below
September 6, 2019 at 6:06 am #1134732Hi,
Thanks for the screenshots, I see that the caching is turned off now as well. The only problem that I could see on the mobile version was the buttons. Please try this CSS in order to add some space above them:
@media only screen and (max-width: 767px) { .home .avia-button-wrap { margin-top:30px; } }
Best regards,
RikardSeptember 6, 2019 at 6:22 am #1134736Hi Rikard,
I have added it and unfortunately it does not change things – the spacing is still the same
Regards Belinda
September 7, 2019 at 7:04 am #1135234Hi,
Please try this instead:
@media only screen and (max-width: 767px) { .home .avia-button-wrap { margin-top:30px !important; } }
Best regards,
RikardSeptember 8, 2019 at 12:08 pm #1135603Hi,
There is still no change to the spacing
Regards Belinda
September 9, 2019 at 5:24 am #1135791Hi Belinda,
It looks like you have turned caching back on, the CSS was applying before but was overridden. The new CSS should have worked but now it’s not applying at all and I can’t see where anything is coming from anymore because of caching.
Best regards,
RikardSeptember 9, 2019 at 5:35 am #1135794Hi Rikard,
I have not turned the caching back on – the only change I have made is replacing the CSS.
I have checked and the plugin is still inactive.
Thanks Belinda
September 9, 2019 at 9:02 am #1135844Hi,
All your CSS is being served from the file in private, it looks like a plugins to me but I could be wrong. I know it’s not coming from the theme at least. If you renew the login token then we can have a look for ourselves.
Best regards,
RikardSeptember 9, 2019 at 9:08 am #1135847Hi Rikard
I have renewed the login token
Thanks Belinda
September 9, 2019 at 12:38 pm #1135964Hi Belinda,
Thanks for that, it looks like there’s a minification plugin active there (Fast Velocity Minify). That is likely the reason, not caching this time in other words. Please deactivate that for now as well, so that we can see where the CSS is coming from.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.