Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1101022

    Please take a look at this page:
    https://www.experimentkrewerd.nl/bewoners-krewerd/

    On a desktop view everything is like I want it to be. But on a tablet/mobile in portrait view there suddenly appears a white box under the grey text box.
    In desktop view this white box is not there (and that’s how I want it).

    How can I prevent this white box from appearing?

    Thank you very much for your help :)

    Alwin

    #1101043

    Hey Alwin,

    Can you provide a screenshot? I’m not seeing the white box.

    Best regards,
    Jordan Shannon

    #1101049

    Hello Jordan, how can I upload a screenshot? Don’t see any option for that?

    #1101077

    Hi,

    Use the following:

    https://snag.gy/

    And just share the link provided.

    Best regards,
    Jordan Shannon

    #1101080

    Here is the screenshot:
    https://snag.gy/s75VtZ.jpg

    It’s about the white box between the grey text box and the green footer. This withe box is best visible when you resize the browser on a desktop monitor. At some point you will see the white box. I have seen it on tablets in portrait view too.

    #1101274

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    .page-id-152 .template-page {
      display:none;
    }
    
    .page-id-152 .avia-builder-el-9 {
      padding-bottom:0;
    }
    }

    Best regards,
    Rikard

    #1101368

    Thank you Rikard,

    The white box is smaller now but still not gone…

    • This reply was modified 5 years, 6 months ago by Alwin.
    #1101790

    Hi,

    Please try this instead:

    @media only screen and (max-width: 1024px) {
    .page-id-152 .template-page {
      display:none;
    }
    
    .page-id-152 .avia-builder-el-9 {
      padding-bottom:0 !important;
      margin-bottom:0 !important;
    }
    }

    Best regards,
    Rikard

    #1102443

    Thank you for your help Rikard, but this code does not help either…

    I have build another site with Enfold (www.optiion.nl) wich shows the same problem.

    #1102535

    Hi,

    Did you add his code to the very top of quick css so it runs first? Also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1102774

    Hi Jordan,

    Yes, I placed in to the very top of my custom child theme css file.

    But it does not work..

    Regards,
    Alwin

    #1102923

    Hi Alwin,

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

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