Computers & Electronics

What is the new stylesheet to remove the sidebar for Opera?

  • Last Updated:
  • Sep 1st, 2010 11:15 am
Tags:
None
5 replies
Deal Addict
Feb 24, 2007
4233 posts
1220 upvotes
Which sidebar? You mean the side download panel. You can hide it in the appearance setting.
FS : Promise NS4300N NAS,Linksys RE400W,E5151,HBB1,VIVOTab RT,MemoPad 8
Deal Addict
Feb 24, 2007
4233 posts
1220 upvotes
napoleon1769 wrote: How do you do that?

Click Menu (top left), appearance, select panel tab, check show panel toggle at edge of window. You can select if you panel on left or right etc also. Then you can activate it by simply clicking the monitor edge.
FS : Promise NS4300N NAS,Linksys RE400W,E5151,HBB1,VIVOTab RT,MemoPad 8
Deal Addict
Mar 16, 2007
2525 posts
58 upvotes
Avatar wrote: Click Menu (top left), appearance, select panel tab, check show panel toggle at edge of window. You can select if you panel on left or right etc also. Then you can activate it by simply clicking the monitor edge.

I don't see "Menu" anywhere...:/
Deal Fanatic
User avatar
Jul 26, 2006
7742 posts
399 upvotes
Scarborough
I'm guessing you mean the RFD Quick Nav, and if so you'll want to put use the following:

Code: Select all

{

#sidebar { display: none; }
.content_right { margin-left: 0px !important; }
.content_left { margin-right: 0px !important; }
}

Top