Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #410359

    Hi,

    I have been trying to get the mobile version of a site to look great however there are areas where a large amount of dead space appears on mobile.

    The website is http://mamas-box.com/

    The white space is appearing above the buttons which have been added to only appear on mobile with different buttons on desktop viewing.

    Here is what we are seeing on mobile: https://www.dropbox.com/s/zwnrfqfh7e1ibd2/IMG_8079.jpg?dl=0

    it is also noticeable when the desktop browser is reduced.

    #410570

    Hi markpevans!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .home .avia-builder-el-18, .home .avia-builder-el-20 {
      display: none;
    }}

    Regards,
    Yigit

    #411926

    Hi Yigit,

    That didn’t work :(

    #412350

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #413490
    This reply has been marked as private.
    #413568

    Hey!

    I have fixed Custom CSS code in Quick CSS field. Please review your website now

    Best regards,
    Yigit

    #416399

    Hi Yigit,

    Thank you for taking the time to do that.

    There are a few more part’s to the website where there is too much white space above the buttons. can you advise me how you fixed it so that I can fix the other parts?

    #417391

    Hey!

    You have empty columns inserted in your pages. You need to remove them on smaller screens. You can inspect elements on your page and target them using page ID avia element ID – http://i.imgur.com/OwA3ofs.png?1
    then add following code to Quick CSS in Enfodl theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .page-id-987 .avia-builder-el-1 { display: none; }}

    Cheers!
    Yigit

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