Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #793 goes here! |
Everything about design #793 goes here! |
Hello i have a problem , i dont know how to move navigation menu.
Can anyone explane me please ? Look at this IMG URL > http://i773.photobucket.com/albums/yy20/spartanwarrior3/explanation.jpg Thank you ! .:[ If i helped you please pump up my Reputation and give me award :) ]:. |
oh,I see , so we must add it by ourselves,cause in the older design it is automatically added
I tried it but it seems the forum $BODY$ didn't have enough space , and I don't know how to solve it , then I just restore the default template back. well I'm kinda confused. Post edited by elewab - Friday, 2010-12-24, 1:08 PM
|
elewab, not all uCoz designs have blocks in forum , if you want blocks in forum do the following step
go to CP -> Design > Customize design > general appearance of forum pages > find:
Code $GLOBAL_AHEADER$ <div class="forumContent"> change it to:
Code $GLOBAL_AHEADER$ After that go and find:
Code $BODY$</div>< /br> Change it to this:
Code <table border="0" cellspacing="0" cellpadding="0" width="960"> <tr> <td id="leftcol"> $GLOBAL_CLEFTER$ </td> <td id="maincol"> <div id="maincol_inside"><!-- <body> -->$BODY$<!-- </body> --></div> </td> <td id="rightcol"> $GLOBAL_DRIGHTER$ </td> </tr> </table><br /> and then you have your blocks in forum To busy building a passive income online ;)
|
Hello good people .
i have again one problem and i dont know the way how to fix it . Well my problem is i wanna move "left container" little to right side , and "right container" little to left side . So i mean to move it some px ; . >>>Click Here for the image <<< I will give you reward and reputation points for help ;) .:[ If i helped you please pump up my Reputation and give me award :) ]:. |
http://delta-crew.ucoz.com/ here is the website URL , and thank you for helping !!
.:[ If i helped you please pump up my Reputation and give me award :) ]:. |
PredatoR, i got your problem for the blocks fixed
now The first thing that you need to to is remove whole your CSS and put this one instead , don't worry i used your images ----------------your CSS--------------
HTML Part go to CP ---> Design ---> Quick substitution of template parts ---> Find: Code <table border="0" cellspacing="0" cellpadding="0" width="960"> Replace by: Code <table border="0" cellspacing="0" cellpadding="0" style="margin-left:30px;"> now i do not know if you need to edit your blocks size because i used the default blocks. go to Cp ---> Design ---> Design management templates ---> Forum ---> General appearance of forum pages Find: Code <div class="forumContent"> Replace by: Code <div class="forumContent" style="margin-left:50px;margin-right:50px;"> i was not able to get your menu at the right place without destroying your design sorry To busy building a passive income online ;)
|
| |||