2014-08-21, 09:29 PM
2014-08-22, 06:24 AM
may i know what exactly you are trying to achieve.... do want the "Buy Admin" to be placed next to "Rules" on the navbar...
if that's your concern, then in global.css find #nav li and change display: inline; to display: inline-block;
if that's your concern, then in global.css find #nav li and change display: inline; to display: inline-block;
2014-08-22, 07:15 AM
no no, i want to make it wider its currently 33px wide.
i want to make it like 50px wide (Vertical)
i want to make it like 50px wide (Vertical)
2014-08-22, 07:22 AM
(2014-08-22, 07:15 AM)Kadirtekin Wrote: [ -> ]no no, i want to make it wider its currently 33px wide.
i want to make it like 50px wide (Vertical)
in global.css find #navbar and change its height as "height: 48px;"
48px because the top and bottom border of 1px each will make it 50px...
and find "#nav a" and add "line-height: 48px;"
this is to place the text vertically middle of the bar