Questions tagged [sidebar]

The sidebar tag is to be used for issues relating to displaying or rendering information to the side of an application.

A sidebar is a term that is used for a user interface element that displays various forms of information to the side of an application or desktop user interface.

2237 questions
135
votes
14 answers

Why do Sublime Text 3 Themes not affect the sidebar?

I generally only use dark themes for coding, so it's really annoying that Sublime Text 3's sidebar stays light themed whatever theme you apply. Does anyone know how to change this? My configuration: Mac OSX 10.10.1 Yosemite, Sublime Text 3 Stable…
connexo
  • 53,704
  • 14
  • 91
  • 128
127
votes
8 answers

How to change font size in VS Code sidebar?

Querying for fontsize in User Settings window yields only settings for: editor panes, suggest widget, markdown preview, integrated terminal As you can see below: Doing the same for sidebar gives even poorer results: Having fonts of different…
z33k
  • 3,280
  • 6
  • 24
  • 38
124
votes
9 answers

Sticky sidebar: stick to bottom when scrolling down, top when scrolling up

I have been looking for some time now for a solution to my sticky sidebar problem. I have a specific idea of how I would like it to act; effectively, I would like it to stick to the bottom as you scroll down, and then as soon as you scroll back up I…
andbamnan
  • 1,285
  • 2
  • 11
  • 8
107
votes
5 answers

Collapsing Sidebar with Bootstrap

I just visited this page http://www.elmastudio.de/ and wondered if it is possible to build the left sidebar collapse with Bootstrap 3. Code to collapse the sidebar from the top (phone only):
83
votes
17 answers

Force sidebar height 100% using CSS (with a sticky bottom image)?

I've been banging my head against the wall for hours trying to figure out this issue and think it must be something small I'm missing. I've searched online, but nothing I have found seems to work. The HTML is:
51
votes
6 answers

How to Customize Bootstrap Column Widths?

I have this, but I feel 4 is too big for my sidebar width and 3 is too small (it has to add up to 12).
I tried this but it doesn't work:
Is…
AnthonyGalli.com
  • 2,796
  • 5
  • 31
  • 80
49
votes
4 answers

How to include the toctree in the sidebar of each page

I'm generating html documentation in Sphinx. How do I modify the sidebar for each of the html pages in my document so that they include the toctree? By default the toctree only seems to display in the master_doc page, and only in the main area…
Travis Bear
  • 13,039
  • 7
  • 42
  • 51
40
votes
4 answers

How to expand all the subsections on the sidebar toctree in Sphinx?

I was wondering if there is a way to expand all the subsections under the headers that are included in the index.rst file? As an example, here is how it is: Section 1 Section 2 Section 3 And here is how I would like it to be: Section 1 Subsection…
Joe D
  • 401
  • 4
  • 3
34
votes
5 answers

Make a sidebar from react-bootstrap

I am trying to create a Bootstrap sidebar like this picture here. I have looked at all the code on react-bootstrap and Twitter Bootstrap and I am yet to find a how-to code this. Basically, if they are viewing on a desktop, I want the sidebar to be…
RussellHarrower
  • 6,470
  • 21
  • 102
  • 204
33
votes
3 answers

How to remove Github's Wiki default sidebar

Since a few weeks, Github wikis present a compulsory side bar to the right of wiki pages that take up some space for writing. Example: I could not find any button nor instructions on the net to remove this sidebar. Is there a command or…
André Anjos
  • 4,641
  • 2
  • 27
  • 34
33
votes
3 answers

How to create a sticky left sidebar menu using bootstrap 3?

I want to create a left-sticky bar menu with bootstrap 3 like: http://getbootstrap.com/getting-started/ I'd read the given documentation http://getbootstrap.com/javascript/#affix I try with .affix but the result is zero. Update: @Skelly, Thanks…
31
votes
4 answers

Angular Material Side Bar with "Half" side mode

I am working on the dynamic side bar for our project, basically what we want to do is to set up a dynamic side bar when user click on the side bar it will spread when user click back sidebar should collapse and show only icons (but not totally…
Terry Zhang
  • 4,541
  • 8
  • 23
  • 29
31
votes
3 answers

How to implement fixed sidebar correctly?

I'm trying to accomplish this design: Where the sidebar will be fixed, but the right side (the main content) will scroll vertically (and potentially horizontally if the user's browser window is smaller). What is the best way to achieve this? I…
Jakemmarsh
  • 4,601
  • 12
  • 43
  • 70
25
votes
3 answers

How to add Sphinx-generated index to the sidebar when using Read the Docs theme?

I'd like to have a link to the automatically generated index in the sidebar when using sphinx-rtd-theme. I've tried adding it to the toctree: .. toctree:: first second Index <:ref:`genindex`> but this resulted in WARNING: toctree…
VZ.
  • 21,740
  • 3
  • 39
  • 42
25
votes
4 answers

How do I format the post date in Wordpress?

I have a sidebar where I want to show the most recent posts. Right now it shows the title, date, and an excerpt. The date shows the time which I want to get rid of. I show the date using this: $recent["post_date"]
Mike
  • 430
  • 3
  • 7
  • 16
1
2 3
99 100