2014-10-22, 08:29 PM
(This post was last modified: 2014-10-22, 08:32 PM by amanda_2011.)
(2014-10-22, 02:43 PM)eNvy Wrote:(2014-10-22, 09:47 AM)amanda2014 Wrote: eNvy, my logo is still flipping around like your cube was. How do I keep my logo from moving around?
That's because you have this:
<div class="logo"><div class="logo2"><i class="fa fa-cube fa-fw"></i></div> {$lang->xstyled_logo}</div>
And this needs to be like this:
<div class="logo"><img src="images/square/myownlogo.extension"></div>
I'm not following you now. This is what I have:
<div class="logo"><div class="logo2"><img src="images/square/myownlogo.extension"></i></div> {$lang->xstyled_logo}</div>
In inc/languages/english/vars_envy.lang.php I have inserted my forum name: $l['xstyled_logo'] = "myforumname";
So I want both a logo and the forum name in the header. I have that now with the above code, but the logo spins. How do I make it stand still without removing my forum name?