Hello Guest
No Avatar
Sign In to Remove
Posts: 
3
Reputation: 
0
Posted: August 20, 2011, 9:35 AM
  • Group: Member
Hello, I want to say thanks for creating such a great theme for SMF.

I have it installed on my SMF2.0 website and I have a few mods installed (SpimplePortal, SMFMedia and E-Arcade) When logged in as an Administrator the menu is full and pushes the logout button to the next row. I have already removed the Help button and it isnt enough. How much trouble would it be to edit this or come up with a better solution.

Thanks, I appreciate any insight you may have.

Darin


Posts: 
400
Reputation: 
20
Posted: August 20, 2011, 10:37 AM  -- Last Edit: August 20, 2011, 10:39 AM by MLM
  • Group: Administrator
  • AIM: mlm@visualpulse.net
  • deviantART: MadLittleMods
  • Photobucket: MadLittleMods
You can reduce the padding of each item in the css.

Just edit the padding in index.css, this:
Code: [Select]
ul.topnav li
and then change the padding to probably:
Code: [Select]
padding: 0 15px;

I would also recommend reducing your banners height and it also looks a little vertically stretched to begin with.
<3 Nerve, Sk8, Labradoodle, Austin
Posts: 
3
Reputation: 
0
Posted: August 20, 2011, 11:04 AM
  • Group: Member
Ok, thanks I will give it a try.

I think what you see in the banner is because that mustang is a Promod with a lengthend front end.
Posts: 
400
Reputation: 
20
Posted: August 21, 2011, 12:35 AM
  • Group: Administrator
  • AIM: mlm@visualpulse.net
  • deviantART: MadLittleMods
  • Photobucket: MadLittleMods
Ok, thanks I will give it a try.

I think what you see in the banner is because that mustang is a Promod with a lengthend front end.

ahh. Please post back the results :)
<3 Nerve, Sk8, Labradoodle, Austin
Posts: 
3
Reputation: 
0
Posted: August 21, 2011, 4:00 AM
  • Group: Member
It worked perfect! Thanks a bunch!