Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1169171

    Hello,

    Testing out a coming soon page and cannot get it to display properly on mobile. The fixed background gets cut off and there is still the enfold icon that shows up even thought i have removed it. This is also causing a gap in the actual page on desktop. Please help?

    I need the mobile site to look as similar as it does on desktop.

    #1169220

    Hey SK722,

    Thank you for the inquiry.

    Upload a transparent logo in PNG format so that it doesn’t cover the background image. And don’t forget to remove the browser cache before checking the page again.

    Best regards,
    Ismael

    #1169233

    Thanks for the reply Ismael. The problem is in the vertical / horizontal position on mobile device. One way, the background image is not fully visible and the other position, the enfold default logo shows up..I dont see a way to upload a screen shot..

    #1170063

    Hi SK722,

    You can upload screenshots to a service like Dropbox or http://imgur.com and give us the links here.

    Best regards,
    Victoria

    #1170205

    Hello,

    Please see link below. I have been struggling with this for quite some time now, really need help.

    #1170323

    Any update?

    #1170343

    Hi SK722,

    I removed the logo for you. As for the background image, it is better to hide it all for the mobile screens.

    Best regards,
    Victoria

    #1170533

    Thank you!

    Is there a way to hide the background only on mobile? When i went and did it in the settings, it made the entire page grey and did not show anything. Or, can we add a transparency only to the mobile background?

    #1170535

    Hi SK722,

    Yes, the image can be hidden by the css. We can do it for the portrait mode only, the landscape seems to look ok.
    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
      .responsive #top #main #av_section_1 {
          background: #fff;
          background-image: none !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1172448

    Hello,

    The code doesn’t work in general styling or in the custom.css file. Can you please help

    #1173252

    Hi,

    Thank you for the update.

    The site is not loading properly on our end. Is the server down?

    Please try to adjust the max-width value in the css media query from 479px to 768px and make sure that the Enfold > Performance > File Compression settings are disabled. Let us know if that helps.

    Best regards,
    Ismael

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