Responsive design

Notice: Undefined index: social_google in /home/webroot/www.kusoftas.com/cms/templates_c/demo^7b9c5ab6cf20f7b62a4fced0b8a945dae9af628c_0.file.skin-template-header.tpl.cache.php on line 163

Download

Last stable v 5.2 2024-11-01

    CSS Style and Class

    Enter element style, class, id:

    Editor CSS  | CMS Tools Files | Documentation (image)
    • Select element (ex. DIV)
    • Click toolbar button icon
      CSS style and class
      . CSS style and class dialog will open:
      Editor CSS  | CMS Tools Files | Documentation: Dialog (image)
    1. CSS style and class data:
      • CSS style - ex. width:100px
      • CSS class - ex. "some-class"
      • ID - ex. "some-div-id"
    2. Click button "OK" to enter data, "Cancel" - cancel action

    Result:

    Editor CSS  | CMS Tools Files | Documentation: Result (image)

    HTML (source) code:

    <div id="some-div-id" class="some-class" style="width:100px">KUSoftas CMS</div>