briansquarespace Posted December 20, 2022 Share Posted December 20, 2022 Hi! Does anyone know if it's possible to change the height of just the text in the navigation menu without it affecting the padding or margins of other elements? I want to move the navigation text slightly lower on my homepage and then a little higher up on all other pages to be at the same height as the homepage. It's probably obvious, but I used code to remove the logo on the homepage. Thanks! Link to comment
tuanphan Posted December 21, 2022 Share Posted December 21, 2022 What is your site url? I guess we need to use code in this case Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
briansquarespace Posted December 21, 2022 Author Share Posted December 21, 2022 Hi! Sorry, I thought I included that. It's hungryheartfilms.com Link to comment
tuanphan Posted December 24, 2022 Share Posted December 24, 2022 Add to Design > Custom CSS div.header-nav-item a { font-size: 30px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
briansquarespace Posted December 25, 2022 Author Share Posted December 25, 2022 Hi there, thanks for the reply, but this code is for the font size, not the height of the navigation. I'm trying to make the navigation height the same on the homepage and the rest of my pages. The rest of the pages have a hidden logo but Squarespace is still treating the navigation height on those pages as if there is a logo there. I'm also trying to change the navigation text height without it affecting the margins below the text. I don't want things pushed down or up when the navigation text changes height. Thanks for any help you can provide! Link to comment
briansquarespace Posted December 27, 2022 Author Share Posted December 27, 2022 Anyone have any ideas? Link to comment
tuanphan Posted December 29, 2022 Share Posted December 29, 2022 You mean Navigation items or Navigation bar? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
briansquarespace Posted December 30, 2022 Author Share Posted December 30, 2022 The navigation (menu) bar Link to comment
Solution tuanphan Posted January 2 Solution Share Posted January 2 On 12/30/2022 at 3:03 PM, briansquarespace said: The navigation (menu) bar Change this CSS code body.homepage header#header img { display: none; } to this body.homepage header#header img { visibility: hidden; } Both codes can hide the logo. But your code will remove the space that the logo takes up. The code I sent just hides the logo, and leaves that space intact. ChristinaSimon 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
briansquarespace Posted January 4 Author Share Posted January 4 Amazing, thanks so much!! Now that the logo is hidden and the space is intact and the same height on all pages, is there a way to adjust the padding or positioning of the navigation menu without affecting the size of the logo? I would love if the navigation menu could up slightly higher on all pages without it affecting the section content below it. I tried adjusting the vertical padding for the header but the minimum is 1vw, so the menu cannot go higher than what it is. The only other way to affect the menu is to make the logo smaller which isn't an option. Thanks for any help you can provide, and thanks again for solving the first step! Link to comment
tuanphan Posted January 7 Share Posted January 7 On 1/4/2023 at 1:15 PM, briansquarespace said: Amazing, thanks so much!! Now that the logo is hidden and the space is intact and the same height on all pages, is there a way to adjust the padding or positioning of the navigation menu without affecting the size of the logo? I would love if the navigation menu could up slightly higher on all pages without it affecting the section content below it. I tried adjusting the vertical padding for the header but the minimum is 1vw, so the menu cannot go higher than what it is. The only other way to affect the menu is to make the logo smaller which isn't an option. Thanks for any help you can provide, and thanks again for solving the first step! Use this CSS .header-title-nav-wrapper { align-items: flex-start; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
freshlypressed Posted May 12 Share Posted May 12 Hi! I'm trying to make my header nav button the same height as the nav bar. Any tips? I added a pic of what I mean, below. And this is the site I'm working on: website: https://horse-iris-yfhn.squarespace.com/ pw: website2023 Link to comment
tuanphan Posted May 14 Share Posted May 14 On 5/13/2023 at 3:08 AM, freshlypressed said: Hi! I'm trying to make my header nav button the same height as the nav bar. Any tips? I added a pic of what I mean, below. And this is the site I'm working on: website: https://horse-iris-yfhn.squarespace.com/ pw: website2023 Same height like this red button? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
tuanphan Posted May 20 Share Posted May 20 Add to Design > Custom CSS header#header a.btn { height: 144px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .header-announcement-bar-wrapper { padding-top: 0px !important; padding-bottom: 0px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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