adamldaniels3 Posted May 13, 2020 Share Posted May 13, 2020 Site URL: https://adamldaniels.com/home Hey all, This is my first post so first of all, thanks in advance! I'm looking to update my portfolio and wanted to add in a custom navigation to the Tremont template. I have the general layout accomplished in custom css. However, I'm now running into other issues: The index page links are now not clickable and have lost the full bleed image rollover function. The index of projects is now a lot longer than the actual list (you can keep scrolling beyond the index list). I can only achieve this look in desktop view, trying to figure out how to get it in mobile view as well. On an individual project page the index is to appear after project content, however the index isn't displaying here as well. Any help would be greatly appreciated, I'm stuck... Below are links and CSS I've put into the custom CSS section. Here's the link to my index page: https://adamldaniels.com/home and a link to a project page: https://adamldaniels.com/teleflora-the-elf Here's the code I've dropped in the custom CSS: .site-header { display: inline; height: 100%; } .nav-item:nth-child(2) { position: fixed; right: 10px; z-index: 99999999; } .nav-item:nth-child(3) { position: fixed; bottom: -1060px; right: 10px; z-index: 99999999; } .nav-item:first-child { position: fixed; bottom: -1060px; } .main-content { top: -1250px; } .content-outer-wrapper{ height: 500px; } .site-title { a:hover { color: #e0efff; } } .index-gallery-wrapper { height: 100% !important; } Link to comment
adamldaniels3 Posted May 14, 2020 Author Share Posted May 14, 2020 Wanted to bump this up, to see if anyone could help me please!!! Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 Have you solved yet? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
adamldaniels3 Posted May 26, 2020 Author Share Posted May 26, 2020 On 5/15/2020 at 6:41 AM, tuanphan said: Have you solved yet? yep all resolved. Thank you for your help! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.