- This topic has 7 replies, 2 voices, and was last updated 6 years, 4 months ago by
Tom.
-
AuthorPosts
-
September 21, 2016 at 11:33 am #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.
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 2Maybe 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.
September 21, 2016 at 10:26 pm #228504Tom
Lead DeveloperLead DeveloperAny chance you can link me to those pages? It will help me tell what the gap is ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 22, 2016 at 12:50 am #228548Dmitry Bychenko
sure.
WP-GP page with all disabled elements
https://tradebonds.ru/test-visual-composer-2Page with enabled Visual Composer, 2 gaps above and below “full height” row
https://tradebonds.ru/test-visual-composer-3September 22, 2016 at 9:50 am #228666Tom
Lead DeveloperLead DeveloperThe 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.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 22, 2016 at 10:11 am #228677Dmitry 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-pagehow it was possible to set 97vh instead of 100vh? there is only checkbox “full height”
September 22, 2016 at 10:22 am #228688Tom
Lead DeveloperLead DeveloperThat 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.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentSeptember 22, 2016 at 10:57 am #228709Dmitry Bychenko
thank you
September 22, 2016 at 10:26 pm #228806Tom
Lead DeveloperLead DeveloperNo problem ๐
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.