Problem when I changed the Big Grid Slide style

Posted in: Newspaper
Post count: 73

I changed the Big Grid Slide style from 2 to Big Grid 11 (td_block_big_grid_style), but now, as the 11 is lower, a large white space is shown (image). If I change it in Column Settings / Design Options, the white space is removed but the links do not work in that space.

Any solution?

Thanks

Post count: 23312

Hello Beldar,

Please provide your website so I can inspect it closer.

Thanks.

Post count: 73

This is the test page: http://www.lacasadeel.net/prueba-home

Post count: 23312

Hello Beldar,

I have inspected your website and I saw that you have some additional customizations through Big Grid Slide. AS you can see here -> http://screencast.com/t/JMi81lb3X the problem comes from your height and the CSS has remained the same with the Big Grid Slide but you should adjust with the Big Grid 11 if you have made these customizations. Most likely, this space comes from more than this but please notice that we cannot provide support for your modification and we cannot provide custom work at the moment, sorry!

Thanks for your understanding!

Post count: 73

Ok, I understand, but when I change the code in style.css the changes is not seen on the web?

.td-big-grid-slide {
height: 410px !important;
overflow: hidden;
}

Post count: 23312

Hello Beldar,

I have tried the code below on your website and seems to work as properly. Try to add the !important tag for both properties and check the results.

.td-big-grid-slide {
height: 410px !important;
overflow: hidden!important;
}

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

Thanks.

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