Posts in front of a slider

Posted in: Newspaper
Post count: 364

Hi, How can I let a block with posts overlap the revolution slider like seen on the Travel Demo? (https://demo.tagdiv.com/newspaper_travel/)

Post count: 20688

Hi,

I believe that is achieved by using a negative margin – http://prntscr.com/mb1yc3
That block has a negative top margin which drags it higher. You could try the same.

Post count: 364

Hi Simion, Thanks for your reply! This works great. With a bit styling
.td_module_3 {
padding: 10px!important;
background-color: #fff;
box-shadow: 0 0 5px 1px rgba(0,0,0,.1);
overflow: hidden;
}

it looks exctly like at the demo.

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