Jump to content

Margin in logo (problems with big or small logo)


pequeno

Recommended Posts

It's the numbers you're using with that change, in particular the last one. 50px is too small for your site (but perfect for mine, which is where I pasted it from). 150px is the default setting and seems to be perfect for your site, so remove that new code from custom.css.

What you could do instead is change a value to push the navbar (ie "create" etc) down a little bit.

#elUserNav {
    top: 18px;
}

seems to be the best value to position your menu at the halfway point vertically. (The default value is 10px.)

Link to comment
Share on other sites

1 hour ago, Meddysong said:

It's the numbers you're using with that change, in particular the last one. 50px is too small for your site (but perfect for mine, which is where I pasted it from). 150px is the default setting and seems to be perfect for your site, so remove that new code from custom.css.

What you could do instead is change a value to push the navbar (ie "create" etc) down a little bit.


#elUserNav {
    top: 18px;
}

seems to be the best value to position your menu at the halfway point vertically. (The default value is 10px.)

small3.png

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...