Eliminate edges of strech row

Posted in: Newspaper
Post count: 26

Is it possible to eliminate the upper and botton edge? I like the effect of strech row but these edges creates a double space between sections. I want to try how could looks the page without them.

null

Post count: 26

Well, I found other question experimenting with this and trying to improve my homepage playing with the settings of rows (border, padding, margin) which I haven’t understood yet xD

I want to delate this margin? padding? border? I don’t know… It seems easy but I spent all day with 0 results haha.

The 2º image is photoshopped of course, but it is what I want to do.

Post count: 22421

Hi,
You can assign a cutom css class on the row that contains the big grid. If the 2 blocks are in the same row make sure you separate them like so: http://screencast.com/t/hwt3uvon
Then you can use css like so:
.mycustomclass .td_block_wrap{
margin-top:-46px!important;
}

Hope this helps.
Thanks.

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