artbln Posted July 14, 2020 Share Posted July 14, 2020 Site URL: https://www.artblane.work Hello, I've been using squarespace 7.0 for a while, and started my new site with 7.1, and I'm still figuiring it out. I'm sure there is an obvious answer to this, but maybe I haven't been searching with the right words. I'm trying to move my page navigation buttons to the top of my website and I cant find this option. Link to comment
derricksrandomviews Posted July 14, 2020 Share Posted July 14, 2020 Navigation is moved around with the logo in header/edit/layout/ You will see some choices with LOGO in different places, click the rectangle of the layout you want. The logo will never go above the title unless you code it to do so. Link to comment
artbln Posted July 15, 2020 Author Share Posted July 15, 2020 Thanks for your response Sorry, maybe my question was unclear. I'm not trying to move the logo, I'm trying to move the page navigation which is at the bottom of the website <-comics sketchbook -> to the top of the website Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 You need to use custom CSS in this case. If you share link to your portfolio page, we can check easier. 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
artbln Posted July 15, 2020 Author Share Posted July 15, 2020 Wow, I'm surprised this requires custom css. I feel like 7.1 has been so much harder for me to use than 7.0. Okay let me remove the password protection from my site. the url is www.artblane.work Link to comment
artbln Posted July 19, 2020 Author Share Posted July 19, 2020 Bumping this thread, because I am still trying to find a a solution Link to comment
tuanphan Posted July 20, 2020 Share Posted July 20, 2020 Add to Page Settings > Advanced > Header <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> jQuery(document).ready(function($) { $(".item-pagination").insertBefore("article>section:nth-child(2)"); }); </script> 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
artbln Posted July 22, 2020 Author Share Posted July 22, 2020 On 7/20/2020 at 6:50 AM, tuanphan said: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> jQuery(document).ready(function($) { $(".item-pagination").insertBefore("article>section:nth-child(2)"); }); </script> Wow I didn't even realise I needed a business plan to implement custom code. Does anyone else think its a bit insane that square space requires folks to pay extra to move a page navigation bar to to the top of a website ??? Link to comment
tuanphan Posted July 22, 2020 Share Posted July 22, 2020 9 hours ago, artbln said: Wow I didn't even realise I needed a business plan to implement custom code. Does anyone else think its a bit insane that square space requires folks to pay extra to move a page navigation bar to to the top of a website ??? You can use CSS in Personal Plan, But it will need more code to handle. 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