ando_337 Posted October 8, 2022 Posted October 8, 2022 (edited) Site URL: https://gar-grouper-xgll.squarespace.com/config/pages Hello everyone, I would like the vertical line to have the same height like the nav links on the right. The number of sub categories changes so should the line height. Unfortunately, as soon as I change the height from "pt" to "%" the line disappears. Hope you can help me with this issue. .vertical-line { height: 100%; /* line height */ width: 1px; /* line width */ background: #a8a6a1; /*line colour*/ margin-right: 10px; margin-left: 10px; } Edited October 9, 2022 by ando_337
Beyondspace Posted October 9, 2022 Posted October 9, 2022 On 10/8/2022 at 7:20 AM, ando_337 said: Site URL: https://gar-grouper-xgll.squarespace.com/neue-seite-3 Hello everyone, I would like the vertical line to have the same height like the nav links on the right. The number of sub categories changes so should the line height. Unfortunately, as soon as I change the height from "pt" to "%" the line disappears. Hope you can help me with this issue. .vertical-line { height: 100%; /* line height */ width: 1px; /* line width */ background: #a8a6a1; /*line colour*/ margin-right: 10px; margin-left: 10px; } Can you check the link again? I can not access it now BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
ando_337 Posted October 9, 2022 Author Posted October 9, 2022 Oh sorry, this one should work: https://gar-grouper-xgll.squarespace.com/config/pages
tuanphan Posted October 12, 2022 Posted October 12, 2022 On 10/10/2022 at 2:29 AM, ando_337 said: Oh sorry, this one should work: https://gar-grouper-xgll.squarespace.com/config/pages Which page are you referring to? /config is admin url https://gar-grouper-xgll.squarespace.com/?noredirect 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!)
ando_337 Posted October 17, 2022 Author Posted October 17, 2022 https://gar-grouper-xgll.squarespace.com/eco-chalets-menu
tuanphan Posted October 22, 2022 Posted October 22, 2022 On 10/18/2022 at 3:53 AM, ando_337 said: https://gar-grouper-xgll.squarespace.com/eco-chalets-menu You try using this CSS code (Design > Custom CSS) to add line @media screen and (min-width:768px) { div#page-section-632ef01c3056c01d0d67996c .span-5 { border-left: 1px solid gray; margin-left: -1px; } } 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