Viewing 30 posts - 1 through 30 (of 36 total)
  • Author
    Posts
  • #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

    #1130659

    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

    #1130718

    Hi,

    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,
    Rikard

    #1130725

    Hi 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

    #1130726

    Hi 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

    #1130809

    Hi Belinda,

    You have active caching on the site, please clear that first before checking the results.

    Best regards,
    Rikard

    #1130812

    Hi Rikard,

    Please can you advise how I clear the active cahing

    thanks Belinda

    #1130854

    Hi 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,
    Rikard

    #1131174

    Hi 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

    #1131880

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Vinay

    #1132137

    Hi Vinay,

    Please find link below in private content

    Thanks Belinda

    #1132630

    Hi,

    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,
    Rikard

    #1132763

    Hi 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

    #1133198

    Hi,

    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,
    Rikard

    #1133211

    Hi 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

    #1133621

    Hi 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,
    Rikard

    #1133628

    Hi 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

    #1133911

    Hi 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,
    Rikard

    #1134121

    Hi Rikard,

    Thanks for explaining that, I have renewed the login for you and below are three screen shots.

    Regards Belinda

    #1134128

    Below are three screen shots of the same pages not on a mobile phone showing correct spacing

    #1134131

    sorry third one below

    #1134732

    Hi,

    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,
    Rikard

    #1134736

    Hi Rikard,

    I have added it and unfortunately it does not change things – the spacing is still the same

    Regards Belinda

    #1135234

    Hi,

    Please try this instead:

    @media only screen and (max-width: 767px) {
    .home .avia-button-wrap {
      margin-top:30px !important;
    }
    }

    Best regards,
    Rikard

    #1135603

    Hi,

    There is still no change to the spacing

    Regards Belinda

    #1135791

    Hi 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,
    Rikard

    #1135794

    Hi 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

    #1135844

    Hi,

    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,
    Rikard

    #1135847

    Hi Rikard

    I have renewed the login token

    Thanks Belinda

    #1135964

    Hi 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

Viewing 30 posts - 1 through 30 (of 36 total)
  • You must be logged in to reply to this topic.