White space between menu and content

Posted in: Newspaper
Post count: 224

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?

Post count: 6600

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

Post count: 224

Great, thank you!

Post count: 224

Oh, no, on the other page now it looks not good((
http://balkonsami.ru/karta-sayta

Post count: 6600

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!

Post count: 224

Unfortunately, doesn’t work too, looks the same like without code

Post count: 6600

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.
Post count: 224

It’s ok, you’re helping a lot!
Thank you, works great!!!

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.