Hi!
I saw the similar topic, but didn’t find the answer. On the main page i’ve got a row with some blocks which i’ve made with VC. Now it looks like this http://webfile.ru/2b107eb06309d5b8e65f003c48bc8496. How can i desrease this white space? I managed to do it using VC editor for the row, but after that the containers in Firebug stand/overlap one on another. Maybe it’s ok or there is another way for it?
Hi,
Please use this custom css, in theme panel > custom css:
.td-page-title {
margin: 0px 0px 3px 0px;
}
.td_980_not_resp .td-grid-wrap {
padding: 0px 0px 0px 0px !important;
}
Should work like this: http://screencast.com/t/4DtivQhMarv1
Thanks
Oh, no, on the other page now it looks not good((
http://balkonsami.ru/karta-sayta
Hi,
Please remove the css I gave you before and add only this one:
.home .td-page-title {
margin: 0px 0px 3px 0px;
}
.home .td_980_not_resp .td-grid-wrap {
padding: 0px 0px 0px 0px !important;
}
This will apply only on homepage and will not affect the other pages.
Hope this helps!
Thanks!
Unfortunately, doesn’t work too, looks the same like without code
Hi,
Yes, I gave it wrong, sorry about this, please use it like this: http://screencast.com/t/r4tlzUla
Using it like that wont affect the other pages, just the homepage: http://screencast.com/t/UX3dIV0YbdVQ
Remove all and use only this:
.home .td-page-title {
margin: 0px 0px 0px 0px;
}
.home .td-grid-wrap {
padding: 0px 0px 0px 0px !important;
}
Thanks
-
This reply was modified 11 years by
Lucian.