meganlee1984
Member
Posted 11 months ago #
I would like to add a custom image to my login, I want my logo image to be larger than the 320px margin that the login div is set to. I've tried several plugins (My Brand) that help with the customization, but I'm looking to break out of that Div. Can anyone tell me where those files to edit are located?
Thank you much
That's what the custom HTML is for.
Add something like <div id="my-logo"></div>
And then style it with the custom CSS lile #my-logo {display:block;height:80px;width:400px;position:absolute;left:50%}
Or something like that.
meganlee1984
Member
Posted 11 months ago #
Hi Austin,
Thank you for your response. I love the My Brand Plugin, I've used it on many sites.
When you say the Custom HTMl, I'm not clear. Where do I add the HTML?
Thank you
meganlee1984
Member
Posted 11 months ago #
This doesn't seem to be working right. I installed the plugin and its not working. I also checked the link referring to the wordcamp LA sample, that doesn't seem to be working either. Is this a bug?
Nope, working fine for me.