Altair 0 Report post Posted November 8 When creating Gallery and hovering over each item is, it possible to move the data page link on a results page to the top instead of the bottom? Quote Share this post Link to post Share on other sites
Nuke354 2 Report post Posted November 8 You should create a header and footer and we will add a CSS style to modify the "View Details"'s position. Here's the code: <style> .cbResultSetPanelColumnarRAContainer:hover { margin-top: -[height here] !important; } .cbResultSetPanelColumnarRAContainer { margin-top: -[height here]px !important; } </style> You may have to adjust depending on the height of each item. Hope this helps. Quote Share this post Link to post Share on other sites