Space on Big Grid – Mobile mode

Posted in: Newspaper
Post count: 17

There is a empty space on my Big Grid (3 columns) when I’m on mobile mode.
Look what’s happen:

I changed the background to red to look more visible, actually is black.

Post count: 23312

Hello eduardopfreire,

Please try the code below and place it in Theme panel->Custom CSS area.

@media (max-width: 767px){
.td_block_big_grid_5 .td-big-grid-post {
padding-top:0px;
}
.td_block_big_grid_4 {
padding-bottom: 45px;
}
.td_block_big_grid_4 .td-big-grid-post:first-child {
padding-bottom:0px;
}
}

The result -> http://screencast.com/t/d7vdujKCO

Hope this helps!

Thank you for the message!

Post count: 17

Actually, the main problem its not the top and bottom margin, its the right margin. It only appears on Big Grid 5 and on mobile mode. Don’t know why.

Post count: 17

I just solved, used this:


@media
(max-width: 767px){
.td_block_big_grid_5 .td-big-grid-post {
padding-right:0px;
}

Thanks!

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