Enjin help

Status
This thread has been locked.

EpicFooF

Digital Artist
Premium
Feedback score
13
Posts
1,447
Reactions
520
Resources
10
hello guys.

I need help with the menu in enjin.

So I was creating a custom menu with the html module, but the only problem is that it's width isnt 100% as I was writing on css.
I want it to be from the left side to the right side.

link: http://craftylex.enjin.com/home

Please help


EDIT: Answered ^

Another question:

how do I do an animated background?

Another question:

how do I remove that? : https://gyazo.com/e74d276ae3e7a310f675ac7fc4c8acdf
 
Last edited:

Habin_Is_Cool

#YunoGang's pedo
Supreme
Feedback score
70
Posts
674
Reactions
1,150
Resources
0
uh I believe this would work:
width:100%;
or
width:vw;
 

Mahan

Web Designer & Developer
Premium
Feedback score
13
Posts
243
Reactions
74
Resources
0
Code:
$(document).ready(function(){
    $('.body-wrap-3').prepend($('header'));
});

Put this in the javascript part of the html module.
 

EpicFooF

Digital Artist
Premium
Feedback score
13
Posts
1,447
Reactions
520
Resources
10
Code:
$(document).ready(function(){
    $('.body-wrap-3').prepend($('header'));
});

Put this in the javascript part of the html module.
Thank you mahan!!! :DDD it worked! :D

u2 habin :D xd[DOUBLEPOST=1466811695][/DOUBLEPOST]Added 2 new questions :D
 
Last edited:

Mahan

Web Designer & Developer
Premium
Feedback score
13
Posts
243
Reactions
74
Resources
0
Status
This thread has been locked.
Top