Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Make the Theme Full Width
johnberman
New
Hi
I using 2.2 and have custom css files which im getting to grips with, I have also got a default.master.tpl which I have adjusted to suit
I want to make the forum full width and am struggling a little, I have searched the forum and not found to much ( i do now use firefox to look at the various elements with inspector)
Pointers appreciated
Regards
John B
0
Comments
You would add firebug extension to firefox and look for firebug instructions on the web
https://www.google.com/search?client=safari&rls=en&q=how+to+use+a+web+inspector&ie=UTF-8&oe=UTF-8&gws_rd=ssl#tbm=vid&q=firebug+web+inspector
You would also look at other themes which are full width and study the css for those concerning the
#Body
tag… and then apply that to your theme...❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
appreciated thanks
Well real progress I am editing the custom.css and hiding bits I dont want
I am still struggling with one bit. Above were the user avatar is there is the word home and using Firebug I just cant located it to hide \ remove it
Pointers appreciated
Regards
John B
Right click on the link and select inspect element.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
div.BreadcrumbsWrapper { display:none; }
appreciated