LinneaPants Posted November 17, 2021 Share Posted November 17, 2021 Site URL: https://www.linneafrye.com/ Hi there! I'm wondering how I can move the navigation at the bottom of my work portfolio pages to the top of the pages? There's no drop down option under the work menu in the header (is this also fixable?) and I worry the navigation is confusing/difficult to use since you have to scroll all the way to the bottom of the page to visit the other pages. Thank you! Linnea Link to comment
Solution tuanphan Posted November 18, 2021 Solution Share Posted November 18, 2021 Add to Work Page Header <style> .view-item main#page { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; padding-top: 100px; } section.item-pagination.item-pagination--prev-next { padding-top: 0; padding-bottom: 5px; } .view-item #page section:first-child { padding-top: 10px !important; } </style> 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
LinneaPants Posted November 18, 2021 Author Share Posted November 18, 2021 This worked great! Thank you so much!! 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