# How do you control/change View panel width and height

**URL:** https://gramps.discourse.group/t/how-do-you-control-change-view-panel-width-and-height/3850
**Category:** Help
**Tags:** css
**Created:** [July 20, 2023, 4:42am UTC](https://gramps.discourse.group/t/how-do-you-control-change-view-panel-width-and-height/3850 "2023-07-20T04:42:31Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![Nick-Hall](https://yyz2.discourse-cdn.com/free1/user_avatar/gramps.discourse.group/nick-hall/32/95_2.png) [@Nick-Hall](https://gramps.discourse.group/u/Nick-Hall)
#### Post date: [July 20, 2023, 4:45pm UTC](https://gramps.discourse.group/t/how-do-you-control-change-view-panel-width-and-height/3850/8 "2023-07-20T16:45:48Z")

</div>

> [@johnrye06](#):
>
> Is there some global setting for these Views somewhere?

There does appear to be a problem with the size of the pane separators. I changed their colour to red in order to see what was going on and I could only see the separator between the navigator and the view. Changing the padding and margin make the separator visible.

Try the following css:

```css
paned>separator {
  margin: 0px;
  padding: 1px;
  background-color: black;
}

```

The easiest way to test this is by adding it to your `.config/gtk-3.0/gtk.css` file.

---

_[View the full topic](https://gramps.discourse.group/t/how-do-you-control-change-view-panel-width-and-height/3850)._
