[Resolved] Disable all elements, but still gap on the top

Home Forums Support [Resolved] Disable all elements, but still gap on the top

Home Forums Support Disable all elements, but still gap on the top

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #228372
    Dmitry Bychenko

    Hi, guys,

    i want to create a blank page with particular color, disable all elements, but still have a gap on the top.

    Picture

    How to get rid of that gap?

    **********

    Another thing (maybe it’s not about GP):

    I use visual composer.
    On this page i add New Empty Row in order to add into it another element, for example text.
    Anyway, for now it’s only Empty Row.
    I change its properties:
    1. Row stretch – Stretch row and content (no paddings)
    2. Full height row? – Yes
    3. Design Options – Background – Blue.

    Thats what i get:
    Picture 2

    Maybe 2nd question is not for this support forum, sorry then.

    Anyone knows how to get it right? If it would help, that gaps are 24px.

    #228504
    Tom
    Lead Developer
    Lead Developer

    Any chance you can link me to those pages? It will help me tell what the gap is ๐Ÿ™‚

    #228548
    Dmitry Bychenko

    sure.

    WP-GP page with all disabled elements
    https://tradebonds.ru/test-visual-composer-2

    Page with enabled Visual Composer, 2 gaps above and below “full height” row
    https://tradebonds.ru/test-visual-composer-3

    #228666
    Tom
    Lead Developer
    Lead Developer

    The first link doesn’t seem to be working for me.

    The second link – the gap is coming from an empty <p> tag inside the content. This is most likely the fault of the page builder and WordPress adding automatic paragraphs.

    Then the bottom gap is because the height of the area is set to 97vh instead of 100vh.

    #228677
    Dmitry Bychenko

    yeh, ive noticed the same problem – link stops work after few reloads.
    The solve of this problem is to press Update page, then it works again.

    ive created one more page like on picture 1
    https://tradebonds.ru/blank-page
    the gap on the top is there, but i dont use page builder on that page at all, it’s only WP-GP settings.

    Link to another site. No page builders were ever installed there.
    http://e92624dx.bget.ru/blank-page

    how it was possible to set 97vh instead of 100vh? there is only checkbox “full height”

    #228688
    Tom
    Lead Developer
    Lead Developer

    That white area is just your site content with nothing in it.

    You can remove the white background color by adding this CSS to that specific page:

    .separate-containers .inside-article {
        background-color: transparent;
    }

    You would have to ask the VC devs why they don’t use 100vh, as it comes from their CSS.

    #228709
    Dmitry Bychenko

    thank you

    #228806
    Tom
    Lead Developer
    Lead Developer

    No problem ๐Ÿ™‚

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