- This topic has 18 replies, 3 voices, and was last updated 10 years, 6 months ago by
Tom.
-
AuthorPosts
-
September 15, 2015 at 12:24 am #136848
Oleg
Hi Tom!
I have a goal – to make a completely empty canvas.
With CSS hide header, footer and a page title. In the settings disabled navigation, sidebars and widgets. With plugin “Spacing” removed the padding. But there is an empty space on the page. How to remove it?
September 15, 2015 at 7:52 am #136948bdbrown
Hi Oleg. Is Customizer > Layout > Content Layout set to “One Container”?
September 15, 2015 at 8:34 am #136971Oleg
Yeah … I knew but had forgotten!
September 15, 2015 at 9:09 am #136977bdbrown
Glad you got it fixed.
September 15, 2015 at 8:47 pm #137105Oleg
I’m sorry, but I have to ask for help again. I found that a content is also contained an empty strip. How can I remove it?
September 15, 2015 at 11:14 pm #137115bdbrown
Part of it is in the theme, part of it is Visual Composer. Try this css:
article.hentry, .entry-content .vc_row { margin-bottom: 0; }September 16, 2015 at 12:49 am #137154Oleg
Yes, it helped. But I found another problem. Your last tip is not working as it should.

September 18, 2015 at 7:10 am #137739bdbrown
Oleg – I don’t see the sample page you showed in your post. Is it still available? Or were you able to remove the spacing?
September 18, 2015 at 7:28 am #137740Oleg
No, I have not solved the problem. I returned to the place of the page: http://olegte.bget.ru/sample-page/. Please log in to the control panel: http://olegte.bget.ru/wp-admin/, login: demo, password: demo.
September 18, 2015 at 8:21 am #137758bdbrown
Give this css a try:
.one-container .inside-article { padding-bottom: 0; } .entry-content { margin-top: 0; }September 18, 2015 at 8:34 am #137765Oleg
Yeah, great, thanks!
And finally, even the part to the administrator.
September 18, 2015 at 9:29 am #137775Oleg
I discovered another problem. When one container, the background image is not displayed in block with the contents.


September 18, 2015 at 11:47 pm #137916Tom
Lead DeveloperLead DeveloperHi Oleg,
For the first issue, you’ll need to remove the footer meta:
footer.entry-meta { display: none; }For the second issue, try removing the content background color in “Customize > Colors > Content Colors” – simply delete the value from the “Content” area – it looks like the white is just covering the background image.
Let me know 🙂
September 19, 2015 at 12:40 am #137926Oleg
Tom, footer meta – great.
Removing the content background color in “Customize > Colors > Content Colors” – there is no such settings. I do not have add-on “Color”. I bought add-on “Background” to make a transparent PNG background content.September 19, 2015 at 11:17 am #138033Tom
Lead DeveloperLead DeveloperIn that case, try this CSS:
.inside-article { background-color: transparent; } -
AuthorPosts
- You must be logged in to reply to this topic.