Ok so I'm working on a new website and one of the main components is eFiction.
I can't seem to indent the logo a bit more from the sidebar with the theme i'm using. (Midnight Blue)
My domain is http://wingardiumleviosa.tk/ff
(Using .tk domain until we release since we are still in planning stages)
Will provide the code if needed.
(Sorry for my lack of information and if my sentences sound incoherent I'm damn tired)
Hmm, strange. Your Midnight Blue skin doesn't look anything like the one I found over at Hugo's Nebula. I'm also not seeing any form of a logo in your sidebar. Are you talking about where it says "Site Info" maybe?
Hmm, strange. Your Midnight Blue skin doesn't look anything like the one I found over at Hugo's Nebula. I'm also not seeing any form of a logo in your sidebar. Are you talking about where it says "Site Info" maybe?
Did I say the logo in my sidebar? Woops! I meant the logo in the header to the right of the sidebar
So you mean the site title? Right now the text is centered. I guess the easiest thing for you to do is add a text indent to the text you're trying to move over? Something like this:
#sitename {
text-indent: 20px;
}
You can find it on line 36 of your stylesheet.
I'm an idiot I linked it without the skin. http://wingardiumleviosa.tk/ff/index.php?skin=MidnightBlue
I never set the default skin. Also I removed the logo for other purposes on the midnight blue skin. Now I just need to know how to add the logo with an indent on the header
Aha! I knew something hinky was happening! 😀
In your header.tpl, add a class to your a element that wraps around your image and call it whatever you want. I'll call it site-logo
[code=HMTL]
<a class="site-logo" href="" http://wingardiumleviosa.tk/"> ;"
<img src=""
"" width="403" height="61" alt="Wingardium Leviosa">
</a>
And the CSS
[code=CSS]
.site-logo {
display: inline-block;
padding: 10px;
margin-left: 20px;
}
You may also want to change the link in your logo. It links to cooltext.com instead of your site.
Also what the hell happened to my homepage... http://wingardiumleviosa.tk/ff/index.php There is not content whatsoever.
MySQL Error?
Everything else works? http://wingardiumleviosa.tk/ff/browse.php?type=categories
Something went wrong with your theme. What files have you edited? According to HTML Validator, there's an extra div tag. You should re-upload a fresh copy of the theme and then add your edits back to it.
reinstalled the theme added back edit... Still not working?
And it's the same result if you switch skins?
Yes
Hmm, this may be a problem for the 3x General Support forum. I haven't dug into eFiction's code much further than the skins just yet.
Totaly looks like the Elder Wand broke.
Theres not even an eFiction installation anymore.
Did you move or completely remove it?
Sorry for digging in late, did you decide to drop the idea already?
