I struggled a little bit with centering items within divs, especially vertically, and there was one item (the "4 out of 5" element on the thank you page), that I had to center manually by adjusting the margin. Any advise for easier item positioning?
Gandah Kelvin
@GandahAll comments
- @andrea-iriarteSubmitted over 1 year ago@GandahPosted over 1 year ago
Try using grid for centering items vertically and horizontally, use this snippet on the container of the item: display: grid; place-items: center;
1 - @GandahSubmitted over 1 year ago
I took me a little while but finally completed this project, there is one issue though I couldn't get jquery to submit data to the thank you page using submit button so it submits on clicking one of the buttons. Please Let me know if there are other ways to approach this. Thanks!
@GandahPosted over 1 year agoHi. Thanks for the feedback. How do you go about the appending? I tried a queryparameters but it couldn't work on a live server and returned 405 error on submission. I check out my script : https://github.com/Gandah/Frontend-Repo/tree/main/interactive-rating-component
0 - @GandahSubmitted over 1 year ago@GandahPosted over 1 year ago
Thank you for the feedback 🙌@0xAbdulKhalid And also if you look my screenshot in the my repo, I was unable to remove the last column after column 12 (i.e column -1) so its centered correctly, any idea to do this?
0 - @GandahSubmitted almost 2 years ago
Couldn't find a way for the background containing the svg element to change color on hover. Your feedback will be appreciated .🙏
- @GandahSubmitted almost 2 years ago