Alain Costea Posted April 14, 2013 Share Posted April 14, 2013 Hello, I want to change header ( where the logo is) dimensions ( actually just the hight). Can you tell where from? Thank you. Link to comment Share on other sites More sharing options...
vekia Posted April 14, 2013 Share Posted April 14, 2013 all you need to do is edit global.css file located in your theme/your_theme/css/ directory look for: #header {position:relative;} and add own height param to this Link to comment Share on other sites More sharing options...
Alain Costea Posted April 14, 2013 Author Share Posted April 14, 2013 That solved my problem: #header { margin-bottom:20px; position:relative} Thank you. Solved. Link to comment Share on other sites More sharing options...
vekia Posted April 14, 2013 Share Posted April 14, 2013 thanks, so im going to mark this thread as solved. You can also mark own thread as solved, here is info about how to do that from forum rules: [sOLVED] Topic If, after posting a topic, you find a solution to your problem, please indicate it in your post and describe the solution. There is nothing more frustrating for users with the same issue who come across your post "all is good, I fixed it..." without an explanation of how to fix it. Furthermore if you are the author of the topic for which a solution has been found, please edit your topic title to mark it as [sOLVED]. To mark a topic as [solved] : - Edit the first post of your topic by clicking on the "Edit" button, - Click on the "Use full editor" button, - Add the "[solved]" string at the beginning of your topic title and click on the "Submit Modified Post" button. Posters who do not abide by this (at the demand of the moderators or other users) will have their new topics closed until the problem has been resolved. Link to comment Share on other sites More sharing options...
Recommended Posts