LaKayCornell Posted January 14, 2023 Share Posted January 14, 2023 Hello - I'm wondering if anyone knows the code to make the header | nav bar look like this? Link to comment
derricksrandomviews Posted January 14, 2023 Share Posted January 14, 2023 (edited) Lumi is a 7.1 Squarespace template built by Ghost Plugins. It can be purchased for a low price here: https://www.ghostplugins.com/all/lumi Edited January 14, 2023 by derricksrandomviews sayreambrosio 1 Link to comment
LaKayCornell Posted January 14, 2023 Author Share Posted January 14, 2023 Yes, I know. I don't need the whole template; just looking for the navigation bar/ header. $99 is great for a whole template but not for changing one item. I assumed there would be a plugin we could purchase for less than the template, but haven't been able to find one. Link to comment
derricksrandomviews Posted January 15, 2023 Share Posted January 15, 2023 You could contact Ghost Plugins and ask them, can't hurt. sayreambrosio 1 Link to comment
Solution paul2009 Posted January 15, 2023 Solution Share Posted January 15, 2023 (edited) On 1/14/2023 at 1:13 PM, LaKayCornell said: I'm wondering if anyone knows the code to make the header | nav bar look like this? I'm assuming that you are referring to the way the header has been offset from the edges and the width has been reduced on this Squarespace 7.1 site? If you don't want the header to be full width, you can use CSS to set the width property of the header to something shorter, like this - width: 65%;. To add margin to the header, you'd add margin and specify the number of pixels. To apply these changes to the header, you'll use the header class (.header). For example, add something like this to Design > Custom CSS: .header { width: 65% !important; margin: 17px !important; } If I've misunderstood the styles you were referring to, please let me know. Did this help? Please give feedback by clicking an icon below ⬇️ Edited January 22, 2023 by paul2009 derricksrandomviews 1 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional. Would you like your customers to be able to mark their favourite products in your Squarespace store? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment