QAAM Posted July 30, 2020 Share Posted July 30, 2020 1) How can I create this 'line / frame' in css? I know how to create a horizontal line and two vertical one, but i cant't stitch those together to recreate the graphic. 2 how can i make this sticky on top of the page? So it hangs above the primary navigation. ( and make it sticky on every page when scrolling? Link to comment
rwp Posted July 30, 2020 Share Posted July 30, 2020 Use a code block and insert <div class="bar"></div> Add CSS (you may have to adjust size and location) .bar { border: 3px solid black; width: 100%; height: 30px; border-bottom: none; position: fixed; background: transparent; top: 0px; left: 0px; } Link to comment
QAAM Posted July 30, 2020 Author Share Posted July 30, 2020 12 minutes ago, rwp said: I inserted a code block and pasted your code, but it just shows the text Link to comment
rwp Posted July 30, 2020 Share Posted July 30, 2020 The <div> code goes in the block. Css goes in design -> css Link to comment
QAAM Posted July 30, 2020 Author Share Posted July 30, 2020 Thanks rwp! it works! You happen to know how i can center it instead of left aligned? Link to comment
QAAM Posted July 30, 2020 Author Share Posted July 30, 2020 i there a way to share the page without giving away the logins? https://nectarine-banjo-ewdh.squarespace.com/#/new-page Link to comment
rwp Posted July 30, 2020 Share Posted July 30, 2020 Set the page up as password to view. Post that password. (Not your log in password) Link to comment
QAAM Posted July 30, 2020 Author Share Posted July 30, 2020 https://nectarine-banjo-ewdh.squarespace.com/config/pages pw: popquiz Link to comment
tuanphan Posted July 30, 2020 Share Posted July 30, 2020 1 hour ago, QAAM said: https://nectarine-banjo-ewdh.squarespace.com/config/pages pw: popquiz Your site is private. You can setup password & share url 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
QAAM Posted July 31, 2020 Author Share Posted July 31, 2020 Thanks Tuanphan,https://nectarine-banjo-ewdh.squarespace.com/ pw: popquiz Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.