Navigation sizing
Permalink
Hi I want to set the navigation to span the entire page width and i have no idea how too, been messing for a while now trying to do it. if you check out the image below it shows you where it is and where I want to get it.
http://snag.gy/xIyxW.jpg
I am using the latest version of concrete downloaded about 2 days ago
http://snag.gy/xIyxW.jpg
I am using the latest version of concrete downloaded about 2 days ago
Currently working in elemental I have not done much php (hence why i was trying to do it in the settings not in the code behind). Will get my head round that and try it in a minute :)
Where is this file located within concrete i have never wandered into the file structure before
Go to Concrete > themes > elemental > elements >header.php
If you want to create a custom theme go to Application> themes > YOUR_THEME> elements >header.php.
If you want to create a custom theme go to Application> themes > YOUR_THEME> elements >header.php.
Anyway, to place the navigation somewhere else you should go to the header.php file. You'll see a code (something like this):
You can change the file to replace the elements in it. (the code below shows an example similar to what you want your project to look like)
I hope this will help you.