Elle-Harrison-Design Posted May 10, 2021 Posted May 10, 2021 Site URL: https://deb-roberson-noosa-naturopath.squarespace.com/ Is it possible to add a bullet point or better yet a "dash" (. - ) to the folder items in the menu navigation? Website - https://deb-roberson-noosa-naturopath.squarespace.com/ Password: Deb Thank you
Beyondspace Posted May 10, 2021 Posted May 10, 2021 57 minutes ago, Elle_H said: Site URL: https://deb-roberson-noosa-naturopath.squarespace.com/ Is it possible to add a bullet point or better yet a "dash" (. - ) to the folder items in the menu navigation? Website - https://deb-roberson-noosa-naturopath.squarespace.com/ Password: Deb Thank you try this custom css .header-nav-folder-content .header-nav-folder-item a:before { content: "- "; } 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
tuanphan Posted May 12, 2021 Posted May 12, 2021 On 5/10/2021 at 9:41 AM, Elle_H said: Site URL: https://deb-roberson-noosa-naturopath.squarespace.com/ Is it possible to add a bullet point or better yet a "dash" (. - ) to the folder items in the menu navigation? Website - https://deb-roberson-noosa-naturopath.squarespace.com/ Password: Deb Thank you I see these problems. Do you need to fix? Site URL: https://deb-roberson-noosa-naturopath.squarespace.com/ 1. (Mobile-Footer) Move logo to top of footer? 2. (Tablet-Footer) Increase right column text width? 3. (Tablet-Homepage) Make overlap same as desktop? 4. (Tablet-Contact) Increase text width? 5. (Mobile-Contact) Move image to top of text? 6. (Tablet-Blog) Change to 2 posts/row? 7. (Tablet-Overlay) Add a space between 2 lines? 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!)
Elle-Harrison-Design Posted May 13, 2021 Author Posted May 13, 2021 On 5/10/2021 at 1:39 PM, bangank36 said: try this custom css .header-nav-folder-content .header-nav-folder-item a:before { content: "- "; } That worked, Thank you!
Elle-Harrison-Design Posted May 13, 2021 Author Posted May 13, 2021 19 hours ago, tuanphan said: 1. (Mobile-Footer) Move logo to top of footer? Hi, Thank you for your suggestions. Im not sure how to code this one though
tuanphan Posted May 14, 2021 Posted May 14, 2021 23 hours ago, Elle_H said: Hi, Thank you for your suggestions. Im not sure how to code this one though Add to Design > Custom CSS /* footer */ @media screen and (max-width:767px) { div#page-section-607e550503ab20228de67527>.row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } div#page-section-607e550503ab20228de67527>.row>.span-4 { order: 1; } div#page-section-607e550503ab20228de67527>.row>.span-3:last-child { order: 2; } div#page-section-607e550503ab20228de67527>.row>.span-3:first-child { order: 3; } } 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
Archived
This topic is now archived and is closed to further replies.