So the default Header/navigation bar has a blue background. I found where to change the color in colors.css, but where can i change the height of that same bar?
Thorsten thanks so much for this really great software and for your unbelievable promt and helpful support!
Colby
Header Height.
Moderator: Thorsten
Hi,
you can change it in template/style.css.
Thanks for using phpMyFAQ!
bye
Thorsten
you can change it in template/style.css.

Thanks for using phpMyFAQ!
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
I adjusted mine in this location. Hope this helps until someone with more information answers.
Code: Select all
#header {
position: relative;
min-height: 103px;
height: 5em;
padding: 0;
margin: 0;
margin-bottom: 1em;
height: 3em;
padding: 15px 0;
}
Hi,
you have to play with the following CSS code:
bye
Thorsten
you have to play with the following CSS code:
Code: Select all
/**
* Main navigation
*/
#header ul {
width: auto;
position: absolute;
bottom: 0;
right: 0;
margin: 0;
padding: 0 15px 0 0;
list-style: none;
}
#header li {
float: right;
padding: 0 6px 0 0;
margin: 0 1px 0 0;
display: inline;
white-space: nowrap;
}
#header ul a {
float: left;
display: block;
padding: 10px 4px 4px 10px;
font-weight: bold;
font-size: 110%;
text-decoration: none;
}
#header ul a:hover {
text-decoration: underline;
}
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Hi,
bye
Thorsten
you can define the height here:bimmerboy wrote:Perfect Thorsten, now that is right with the buttons BUT i still can´t find the place to adjust the HEIGHT of the header.
Code: Select all
#header {
position: relative;
min-height: 39px;
height: 5em;
padding: 0;
margin: 0;
margin-bottom: 1em;
height: 3em;
padding: 15px 0;
}
This is all defined in template/style.css at the bottom of the file.bimmerboy wrote:next thing i wish to change is to remove the newssection and put the
top 10 and 5 latest answer more to the left and beside eachother.
i also look for where to adjust the width of phpmyfaq
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist