We want to remove area space , To delete the user’s area marked in red
and
-
This topic was modified 10 years by
populervizyon.
-
This topic was modified 10 years by
populervizyon.
-
This topic was modified 10 years by
populervizyon.
-
This topic was modified 10 years by
populervizyon.
-
This topic was modified 10 years by
populervizyon.
Hi,
Please try this custom css in Theme Panel > Custom Css for the Newsticker block – http://screencast.com/t/UouxLgnV
.home .td-trending-style2 {
margin-bottom: 0 !important;
}
.home .td-main-page-wrap > .td-container > .td-pb-row:first-child > .wpb_column > .wpb_wrapper > .td_block_trending_now {
margin-top: -48px;
}
And this one for Big Grid – http://screencast.com/t/x4ghHL0iJ
.home .td_block_big_grid_7 {
padding-bottom: 0;
}
Thanks!
And
We want to remove area space , To delete the user’s area marked in red
-
This reply was modified 10 years by
populervizyon.
Hi,
You can try this custom css for category page – http://screencast.com/t/Ma5x0Cmu
.category .td-crumb-container {
min-height: inherit;
padding-top: 0;
}
Regarding the category from the permalink you can try to find and use a plugin to remove it. Unfortunately we did not tested any, so I cannot recommend one.
Thanks!
and
We want to remove area space , To delete the user’s area marked in red

We want to remove area space , To delete the user’s area marked in red
Hello,
You can remove the white area with css:
.home .wpb_column > .wpb_wrapper > *:last-child{
margin-bottom: -7px!important;
}
result: http://screencast.com/t/abkvTXlhnMAn
Thank you!

