Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Banner Positioning
KEP
New
My theme has the banner image a little too far to the right. I'm trying to insert some margin code in the Title and Head classes in my custom.css, but nothing seems to be working. Any ideas?
Link to forum - http://blockstring.com/board/
0
Comments
try this...
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
incidentally, huge but nice Logo
There was an error rendering this rich post.
probably the easiest thing to do is to remove the margin-left that you put in your custom.css.
body #Head h1 {
margin-left: 40px;
but after reading what you said - vrijvlinder is probably right.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Thanks, this worked!
This will work too
you should remove the height on the #Head, it's the wrong size. The head will get higher depending on the content.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Ah yes. Good catch