Please provide the instruction how to modify the Default Theme of Userview.

Thanks a Lot!

  • No labels

1 Comment

  1. Hi Frederick,

    If you're using the Enterprise Edition, there are several predefined themes that you can choose. Some of them e.g. Modern Theme have bigger widths. 

    If you're specifically looking at the Default Theme, you can configure the theme in the Userview Builder > Setting > Configure Default Theme. Here, you can add additional CSS and HTML to customize the theme. You'll probably want to view the HTML structure of the theme in your browser, and add the appropriate CSS.

    For example, if you'd like to set the width of the page to 1024px, you can change the CSS width of the main "page" element e.g.

    #page {
        width: 1024px;
    }

    Hope this helps!