Site logo

Archived topic

Content Box

3 replies · Started by Daren on May 12, 2018

Viewing posts 1–4 of 4

I would like to setup a page like your support page style with the content boxed on the right with a box shadow like yours. How did you achieve this style?

Hi Daren,

do you mean this support forum?
If so the customiser settings container are set to separate containers, and Sidebars are set to content / sidebar.

Then you could add a box shadow to the sidebar widgets and the main content area with some CSS:

.sidebar .widget,
.site-main {
    box-shadow: 0 5px 15px -5px;
}

Hi Daren,

Unfortunately our docs page is using a different theme which Tom wrote from scratch to suit our need :)

We basically got the style from HelpScouts: https://docs.helpscout.net/

There are other documentation themes that are look a lot alike as well!

This archived topic is closed to new replies.