Mara_K Posted October 7 Posted October 7 Site URL: https://www.marakienast.com/work Hello, I recently installed the Universal Filter Plugin. I had some issues but now it works on my portfolio page with the layout "hover: follow cursor". However, when you choose one of the options the filter jumps around because the projects seem to be vertically aligned to the center. I would like my filter to stay in one position and the text to always start at the same height. Is this possible? site: https://www.marakienast.com/work password: help
tuanphan Posted October 9 Posted October 9 To make filter in fixed position, you can use this to Website Tools > Custom CSS #collection-66cc557e149104608b9081e2 .customFiltersWrapper { position: absolute; top: -50px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Mara_K Posted October 9 Author Posted October 9 @tuanphan Thank you, that made it a lot better! However, the project titles still jump around because of their alignment. Can I always make them start at the top right under the filter?
Solution tuanphan Posted October 11 Solution Posted October 11 On 10/9/2024 at 10:21 PM, Mara_K said: @tuanphan Thank you, that made it a lot better! However, the project titles still jump around because of their alignment. Can I always make them start at the top right under the filter? You can use this code under code I sent .portfolio-hover[data-mode="hover-follow"] .portfolio-hover-items-list { position: absolute; top: 20px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Mara_K Posted October 12 Author Posted October 12 @tuanphan It worked! Couldn't have finished my portfolio without you, thank you so much! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment