News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

SMFlogo padding

Started by brooksthepro, June 05, 2014, 05:33:44 PM

Previous topic - Next topic

brooksthepro

I changed the SMFlogo to a custom one and I would like to move its current location on the top right down about 75px.  I also want to move the "Home, Help, Search, Profile, etc" menu up about 25px.  I tried adding padding to the SMFlogo section in index.css but it pushes all the menu's down with it.  Thanks in advance.








mashby

Mind providing a link to where you are referring to? :)
Always be a little kinder than necessary.
- James M. Barrie

brooksthepro

Sure!  http://www.bhhsintranet.com/

I want to move the "Good to Know" slogan down a bit so it lines up with the line.  Nevermind about moving up the menus, I figured that out.




brooksthepro


mashby

Sorry for the delay:
http://www.bhhsintranet.com/Themes/default/css/index.css?fin20
/* ..so does the SMF logo */
img#smflogo
{
margin-left: 1em;
}

You could consider adding some margin-top...maybe a value of 6em or so?
/* ..so does the SMF logo */
img#smflogo
{
margin-left: 1em;
margin-top: 6em;
}

Always be a little kinder than necessary.
- James M. Barrie

brooksthepro

That worked perfectly, thanks a lot!

Advertisement: