ayanni Posted April 7, 2015 Share Posted April 7, 2015 (edited) Hi everyone , i need help, i want to change the width of the Header as in the Foto, this would be a big kind of you if someone can help. Edited April 7, 2015 by ayanni (see edit history) Link to comment Share on other sites More sharing options...
MichałM Posted April 7, 2015 Share Posted April 7, 2015 The simplest way: open header.tpl in theme catalog. Find: <div class="nav"> <div class="container"> <div class="row"> <nav>{hook h="displayNav"}</nav> </div> </div> </div> Replace: <div class="nav"> <nav>{hook h="displayNav"}</nav> </div> Link to comment Share on other sites More sharing options...
ayanni Posted April 7, 2015 Author Share Posted April 7, 2015 Hi MichałM , thank you very much for your replay, but i does not work still voll width Link to comment Share on other sites More sharing options...
ayanni Posted April 7, 2015 Author Share Posted April 7, 2015 i just need it like that Link to comment Share on other sites More sharing options...
MichałM Posted April 7, 2015 Share Posted April 7, 2015 I don't understand. You want narrower topbar than in default? Link to comment Share on other sites More sharing options...
ayanni Posted April 7, 2015 Author Share Posted April 7, 2015 yes exact Link to comment Share on other sites More sharing options...
MichałM Posted April 7, 2015 Share Posted April 7, 2015 Ok my mistake. Please restore original header.tpl. In css/global.css find and remove: header .nav { background: #333; } Than find: header .nav nav and modify for example: header .nav nav { background: #333; overflow: hidden; padding: 0 15px; width: 100%; } Link to comment Share on other sites More sharing options...
ayanni Posted April 7, 2015 Author Share Posted April 7, 2015 Hi MichałM, thank you, it works now perfect thank you, still one thing i can not change the language any more, the dropdown it does not work any more. you can try it here mylaptop.ch Link to comment Share on other sites More sharing options...
MichałM Posted April 7, 2015 Share Posted April 7, 2015 Ok in: header .nav nav please change overflow: hidden for float: left It should works. Link to comment Share on other sites More sharing options...
ayanni Posted April 7, 2015 Author Share Posted April 7, 2015 Thank you very much, it works perfect. Great Job Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now