Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1409068

    Hi,

    Can you help me with this website please?

    There’s so much unnecessary padding in the mobile view and I can’t get rid of it? I’ve deleted all padding but it still shows..

    View post on imgur.com

    Thanks!

    Harvinder

    #1409125

    Hi – it’s the same with the desktop view. I’ve reduced the padding and eliminated it in some cases but it doesn’t seem to make a difference?

    #1409140

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .home #after_grid_row_1 {
      display: none; 
    }
    }

    Best regards,
    Rikard

    #1409154

    Hi – that doesn’t appear to have done much..

    View post on imgur.com

    Can you see the unnecessary white spacing here?

    On the desktop view too..

    #1409179

    Hi,

    What exactly are you looking to remove in the screenshot you posted last?

    Best regards,
    Rikard

    #1409287

    Hi Rikard,

    Here’s a link which should make what I’m after a bit clearer..

    View post on imgur.com

    I want to get rid of the spacing that I’ve boxed in with the red rectangles.

    It appears to be the spacing above and after the code snippet.

    Thanks,

    Harvinder

    #1409364

    Hi,

    Thanks for that. Please try this CSS as well:

    .home #after_section_4 {
      display: none; 
    }
    
    .home #after_grid_row_1 .container {
      padding: 0;
    }

    Best regards,
    Rikard

    #1409388

    Hi,

    It made the desktop version look a bit better but there’s still a lot of unnecessary white space above:

    View post on imgur.com

    On the mobile view, it actually deleted the embed sign up code block.

    Before:

    View post on imgur.com

    After:

    View post on imgur.com

    #1409468

    Hi,

    Please try this CSS as well:

    .home #after_grid_row_1 .content {
      padding-top: 0;
    }

    I don’t understand the last two screenshots, what exactly is deleted there?

    Best regards,
    Rikard

    #1409610

    That works much better thanks,

    What the images show is that on a mobile view, using your CSS deleted the embed 10% signup box.

    It works fine on desktop. But on the mobile view the embed signup box is gone..

    #1409636

    Hi,

    Thanks for the clarification. Please remove the CSS which has removed unwanted elements, then please try to clarify what should be removed again.

    Best regards,
    Rikard

    #1409652

    Let’s start again.

    Here is the desktop version. I’ve boxed out the white space that I want delete.

    View post on imgur.com

    Here is the mobile version. I’ve boxed out the white space that I want delete.

    View post on imgur.com

    The CSS you gave me worked perfectly except for mobile view. When you switch to mobile view it deleted the embed email sign up code bar.

    #1409703

    Hi,

    Thank you for the inquiry.

    To adjust the space around the subscription box, you can try using the following CSS code. This code will apply the changes to both desktop and mobile views:

    .home div#after_grid_row_1 .template-page.content, .home div#after_section_4 .template-page.content {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    Please do not forget to toggle or temporarily disable the Enfold > Performance > File Compression settings, and purge the cache to make sure that the changes take effect.

    Best regards,
    Ismael

    #1409762

    That has fixed the issue.. Thank you!

    #1409821

    Hi,

    Glad to know that the issue has been resolved. Please feel free to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Get rid of unnecessary whitespacing on mobile view..’ is closed to new replies.