Sachmo13 Posted April 23 Posted April 23 Hi! I'm currently building my photography website, and wondering if it's possible to inject some CSS code to move the < > buttons. They currently sit on the bottom of the page where I have to scroll through the whole gallery before seeing them. Is there a way to move these so they are fixed in the middle of the page, similarly positioned to where I've drawn them. Thanks in advance! Sachin
tuanphan Posted April 25 Posted April 25 Hi, We can use some CSS code to move it. If you share link to page in screenshot, we can check easier 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!)
Sachmo13 Posted April 27 Author Posted April 27 Hi, Website link - https://parakeet-hen-4zfd.squarespace.com/portfolio/urban Pw: Hello I'd like the same arrow positioning across all three pages under the portfolio section if possible. Thanks in advance Sachin
tuanphan Posted April 29 Posted April 29 You can use this code to Website > Website Tools > Custom CSS section#itemPagination { position: fixed; top: 50%; width: calc(~"100% - 40px"); transform: translateY(-50%); padding-top: 0px !important; padding-bottom: 0px !important; } section#itemPagination>a:nth-child(2) { justify-content: flex-end; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment