MyBB Community Forums

Full Version: MyBB Forum like this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2014-12-07, 12:57 AM)vipula Wrote: [ -> ]Hi! guys can someone please advice me to fix those spaces and add full black line to header?

[Image: attachment.php?aid=33186]


Thanks.

In your global.css file add margin -4px, like it is shown below:


#topmenu ul li {
    display: inline-block;
    margin: -4px;
}
It worked. Thank you very much.
i read out the whole conversation and learned , basics , but i still don't know to edit CSS.
Smile @mmadhankumar did a great explanation
HTML & CSS are easy. Wait until you start learning PHP & MySQL, it's much more complex.
Pages: 1 2 3