Notifications
Clear all

Indent Logo?

15 Posts
3 Users
0 Reactions
5,652 Views
(@flamingphoenix)
Posts: 8
Active Member
Topic starter
 

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)


 
Posted : 12/04/2015 3:12 pm
(@jrcdyer)
Posts: 10
Active Member
 

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?


 
Posted : 12/04/2015 6:03 pm
(@flamingphoenix)
Posts: 8
Active Member
Topic starter
 

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


 
Posted : 12/04/2015 8:09 pm
(@jrcdyer)
Posts: 10
Active Member
 

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.


 
Posted : 12/04/2015 8:44 pm
(@flamingphoenix)
Posts: 8
Active Member
Topic starter
 

I'm an idiot I linked it without the skin. http://wingardiumleviosa.tk/ff/index.php?skin=MidnightBlue


 
Posted : 12/04/2015 8:59 pm
(@flamingphoenix)
Posts: 8
Active Member
Topic starter
 

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


 
Posted : 12/04/2015 9:19 pm
(@jrcdyer)
Posts: 10
Active Member
 

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.


 
Posted : 12/04/2015 9:22 pm
(@flamingphoenix)
Posts: 8
Active Member
Topic starter
 

Also what the hell happened to my homepage... http://wingardiumleviosa.tk/ff/index.php There is not content whatsoever.
MySQL Error?


 
Posted : 12/04/2015 9:23 pm
(@flamingphoenix)
Posts: 8
Active Member
Topic starter
 

Everything else works? http://wingardiumleviosa.tk/ff/browse.php?type=categories


 
Posted : 12/04/2015 9:24 pm
(@jrcdyer)
Posts: 10
Active Member
 

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.


 
Posted : 12/04/2015 9:37 pm
(@flamingphoenix)
Posts: 8
Active Member
Topic starter
 

reinstalled the theme added back edit... Still not working?


 
Posted : 13/04/2015 10:26 pm
(@jrcdyer)
Posts: 10
Active Member
 

And it's the same result if you switch skins?


 
Posted : 14/04/2015 12:13 pm
(@flamingphoenix)
Posts: 8
Active Member
Topic starter
 

Yes


 
Posted : 14/04/2015 9:09 pm
(@jrcdyer)
Posts: 10
Active Member
 

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.


 
Posted : 15/04/2015 11:50 am
(@muhkuh)
Posts: 27
Eminent Member
 

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?


 
Posted : 06/05/2015 3:35 pm
Share: