Ajax Filter Issues

Posted in: Newspaper
Post count: 1

Hey guys,

I’m trying to display the post categories on a page using the ajax filter to show a menu but the menu is overlapping with the grid.

I’ve included a picture to show you what I mean:

View post on imgur.com

Thanks

  • This topic was modified 10 years by Koenza.
  • This topic was modified 10 years by Koenza.
Post count: 23312

Hello Koenza,

Please notice that if you are not using the name for your block and you are using the Ajax Filter you will have this case. So, you can set the title for your block and then the ajax filter will be displayed fine or you can use a bit of CSS code to add a padding-top for your block.

The code is ->

.td_block_1 {
padding-top: 35px;
}

The result -> http://screencast.com/t/95t8opAKCt

Notice: This is just an example for Block 1 !

Thanks.

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