P-Lato Posted April 4, 2021 Posted April 4, 2021 Site URL: https://www.patrickpilato.ca/ I cannot seem to get the drop down menu links in the navigation bar to align properly with the parent folder. I would like them to be aligned on the left side, and open to the right. password: 123
Beyondspace Posted April 5, 2021 Posted April 5, 2021 3 hours ago, P-Lato said: Site URL: https://www.patrickpilato.ca/ I cannot seem to get the drop down menu links in the navigation bar to align properly with the parent folder. I would like them to be aligned on the left side, and open to the right. password: 123 Replace this snippet in your custom css, it's made the text align in center instead of to the right a.header-nav-folder-title:hover+div,.header-nav-folder-content { /* text-align:center !important; */ position: absolute; /* left:50% !important; */ text-align: right; right: unset !important; -webkit-transform: translatex(-50%); -o-transform: translatex(-50%); transform: translatex(-50%); background: transparent !important; } 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
P-Lato Posted April 5, 2021 Author Posted April 5, 2021 2 hours ago, bangank36 said: Replace this snippet in your custom css, it's made the text align in center instead of to the right a.header-nav-folder-title:hover+div,.header-nav-folder-content { /* text-align:center !important; */ position: absolute; /* left:50% !important; */ text-align: right; right: unset !important; -webkit-transform: translatex(-50%); -o-transform: translatex(-50%); transform: translatex(-50%); background: transparent !important; } Thanks for getting back tome!
P-Lato Posted April 9, 2021 Author Posted April 9, 2021 On 4/4/2021 at 9:15 PM, bangank36 said: Replace this snippet in your custom css, it's made the text align in center instead of to the right a.header-nav-folder-title:hover+div,.header-nav-folder-content { /* text-align:center !important; */ position: absolute; /* left:50% !important; */ text-align: right; right: unset !important; -webkit-transform: translatex(-50%); -o-transform: translatex(-50%); transform: translatex(-50%); background: transparent !important; } Hi Bangank, are you able to please help me center sections of my website on mobile view? I have tried everything and cant seem to help it out, I'd appreciate your help. these three pages: https://www.patrickpilato.ca/sixstepprocess https://www.patrickpilato.ca/key-cornerstones https://www.patrickpilato.ca/financial-pyramid Password: 123 Thanks you!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.