jjohansson Posted October 18 Posted October 18 Site URL: https://hughgordon-test.squarespace.com Hi @tuanphan I wonder how could I add padding to move down a little bit the image section (see screenshot attached) I want to set it like the Title height. Any idea?
Spark-Plugin Posted October 21 Posted October 21 Hi @jjohansson, would you mind sharing the password to access your website so that I can help you? Thanks:) jjohansson 1 - Answered by Iuno from sparkplugin.com
jjohansson Posted October 21 Author Posted October 21 Password: 2025 I wonder how to add the padding with proportional size not fixed with pixels...
Solution Spark-Plugin Posted October 21 Solution Posted October 21 (edited) @jjohansson, you can try this code: Navigate to Pages > Website Tools > Custom CSS. Paste the code into the CSS editor. Hit Save and you’re done See attached video for results. @media screen and (min-width: 992px) { body:not(.sqs-edit-mode) .header-title { position: fixed; top: 80px; left: 4vw; z-index: 9999; } } @media screen and (min-width: 992px) { body:not(.sqs-edit-mode) .header-nav { position: fixed; top: 20%; left: 4vw; padding: 0 !important; transform: translatey(-50%); } } Give it a try and see how it goes:) Screen Recording 2024-10-21 at 11.07.38.mov Edited October 21 by Spark-Plugin tuanphan and jjohansson 2 - Answered by Iuno from sparkplugin.com
jjohansson Posted October 21 Author Posted October 21 (edited) Thanks for your quick response! I have one last question, how could I add the Instagram icon below that menu items but giving some extra space towards bottom? I want to move up to align with the end of the image... any idea? Edited October 21 by jjohansson
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment