2018-05-09, 11:10 AM
Not talking about the sites header navigation but the navigation bat with breadcrumbs and user cp logout etc.
I added a sidebar collapse link in the code of:
I want to limit this only to the index page where the sidebar is.
Any Advice, I know the log-in/out etc adjusts so I should hopfully be able to adjust this.
I know I need to fix the font color to match sometime.
I don't really want to put extra space in the index just for a button.
Here is how it looks on the index.
![[Image: k5nbwPJ.jpg]](https://camo.mybb.com/a620a9062c3c3ea5fa442e7452c13fbe2b7348ef/68747470733a2f2f692e696d6775722e636f6d2f6b356e6277504a2e6a7067)
On non index pages it looks like this and why I want to restrict to index only.
![[Image: w9raMoJ.jpg]](https://camo.mybb.com/ef9d18dfce1a18fc98a7f766dd64c7018306bbe4/68747470733a2f2f692e696d6775722e636f6d2f773972614d6f4a2e6a7067)
I added a sidebar collapse link in the code of:
<span class="nav_link"><a class="buttons" title="Collapse sidebar"><i class="fa fa-toggle-right"></i> Collapse Sidebar</a>
<a class="clickedbuttons" title="Expand sidebar"><i class="fa fa-toggle-left"></i> Open Sidebar</a></span>
I want to limit this only to the index page where the sidebar is.
Any Advice, I know the log-in/out etc adjusts so I should hopfully be able to adjust this.
I know I need to fix the font color to match sometime.
I don't really want to put extra space in the index just for a button.
Here is how it looks on the index.
On non index pages it looks like this and why I want to restrict to index only.