[Support request] Content Box

Home Forums Support [Support request] Content Box

Home Forums Support Content Box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #573814
    Daren

    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?

    #573862
    David
    Staff
    Customer Support

    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;
    }
    #573871
    Daren
    #574037
    Leo
    Staff
    Customer Support

    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!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.