Hello there …
I was trying to adjust our Homepage a bit. I compared our layout with the one of your Demo.
And I saw that in mine are bigger spaces between the “layout-elements”. I would like them to have closer to each other.
For example on the homepage:
The gap (or space) between the menu an slider (and sidebar) is bigger, than on your demo. But I did not set a spacer with the visual composer there … There is just a sace and I do not undestand why …
Best regards
Torsten
-
This topic was modified 11 years by
12familyde.
hi again …
I have found this thread: https://forum.tagdiv.com/topic/white-spaces-and-ad-problems/
It helps a bit … but not all elements on the site are fixed. And it does not seem to be a final solution.
This issue came from out of nowhere … Yesterday everything was fine – and today I saw all the white spaces between and under the site’s elements.
Best regards
Torsten
Hi,
Please try this custom css in theme panel > custom css filed: http://screencast.com/t/cUs1cMtMO7xu
.td_block_wrap .wpb_row {
margin-bottom: 0px;
}
.td_block_wrap .td_mod_wrap {
margin-bottom: 15px !important;
}
.td_block_wrap div[class^="span"] {
margin-bottom: 0px;
}
Hope this helps!
Thanks
Hi there …
Thank you very much! This helps us 🙂
But just for asking the question … Did you see something strange in our code, which may have caused this?
I am asking this, because I saw a thread about the visual composer, which seems to cause some issues right now.
Of course my Homepage is built with it. So maybe these gaps have been caused by the composer?
Best regards
Torsten
-
This reply was modified 11 years by
12familyde.
Hi,
I believe you refer to the Visual Composer issues which appear with older versions of VC when updating WordPress to 4.1
I have noticed you use already use the latest theme version(4.6.1) and also the latest VC version(4.3.5) which should work fine together as the VC was fixed in the latest version to work on WordPress 4.1 also.
I have noticed though some extra css, the one that adds the space between elements which should not be there so you could try to remove and re-install it from the plugins folder that was provided within the theme’s downloaded files and use this guide to do it: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
After that remove the css I gave you and check if those space are still added.
Please let me know how it goes!
Thanks
Hi Lucian,
sorry for my late reply. I have reinstaled the visual composer – and also I deactivated some addons for it, which were not in une so far. And it seems, that things are okay right now.
Thank you for your support on this …
Best regards
Torsten