Semantic UI: adjusting width style of ui container

Advertisements I would like to edit the styling of ui main container class in Semantic UI. Currently, we have: <div class="ui main container"></div> However, I want the following style to be applied: <div class="ui main container" style="width:1825px"></div> I have tried the following CSS selector: <style> .ui.main.container { width: 1825px; } </style> However, this does not… Read More Semantic UI: adjusting width style of ui container