margin-top
-
#logo {
margin-top: -10px;
padding-top: 0;
}The blog I need help with is: (visible only to logged in users)
-
-
If you’re trying to add more space at the top of the Freshy theme, add this to your Appearance → Custom Design → CSS editor:
body { padding-top: 40px; }Or if you’re trying to remove all of the space at the top of the Freshy theme, use this instead:
#title { margin-top: -10px; } -
- The topic ‘margin-top’ is closed to new replies.