We want to remove area space

Posted in: Newspaper
Post count: 12

We want to remove area space , To delete the user’s area marked in red

picture1

and

picture

Post count: 7909

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!

Post count: 12

loves from Turkey. Thank you so much

Post count: 12

And
We want to remove area space , To delete the user’s area marked in red

http://popvizyon.com/wp-content/uploads/2015/10/kategori1.png

Post count: 7909

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!

Post count: 12

hi,
How do we cancel a red light marked the homepageimage

Post count: 22421

Hello,

You can remove the white space above the grid using this CSS:

.home .td-main-page-wrap {
padding-top: 0px;
}

Thank you!

Post count: 12

and

We want to remove area space , To delete the user’s area marked in red

http://i.hizliresim.com/VXQDpn.png

Post count: 12

We want to remove area space , To delete the user’s area marked in redhttp://i.hizliresim.com/VXQDpn.png

Post count: 22421

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!

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