MyBB Community Forums

Full Version: Images gone wrong
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I need a bit of help, I've been editing the MyBB stock theme and the menu il images such as Portal, search etc has gone wrong the images have pushed into the text, how do I fix this?

You can see what's happened here http://www.caravancampinguk.com/index.php
Under #header ul.menu li a

You can increase the padding-left: to like 20
change your global.css, find #header ul.menu li a , and change from padding-left: 10px; to padding-left: 20px;