Altair Posted November 8, 2019 Report Share Posted November 8, 2019 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 Link to comment Share on other sites More sharing options...
Nuke354 Posted November 8, 2019 Report Share Posted November 8, 2019 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.