Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1428172

    Hi,

    How can I remove the whitespace here on mobile view?

    View post on imgur.com

    Thanks,

    Harvinder

    #1428212

    Hey ballindigital,

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

    @media only screen and (max-width: 767px) {
    .flex_column.av-lq5kontt-b93720ee146922b54d90445ebb9a5d41 {
        bottom: 0px;
    }
    }

    Best regards,
    Rikard

    #1428239

    Hi Rikard – that doesn’t seem to have done anything..

    #1428273

    Hi,
    The page that you linked to becomes a 404 error, so I was not able to examine.
    I found a similar situation on your homepage so I will explain from it, on mobile you have the column position set to overlap the top image on your page with this setting:
    Enfold_Support_4119.jpeg
    so there is a space where the height of the column adds to the element that it is in, in this case the color section.
    So you could add a negative bottom margin to the column to pull up the next element on mobile:
    Enfold_Support_4121.jpeg
    I did this for you please check.
    But please note that you are using parallax animation so the column moves upword as you scroll down so at some point the column will be out of view and the background will show, this is expected with this animation.

    Best regards,
    Mike

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