Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • How to I change my Styla Frontend appearance?
    The content of a specific page itself is changed with the Editor. You can change its layout there and apply some a limited range of CSS changes (select a different font format, background colour etc.) to a specific module. You can also directly change CSS for every module all modules of a specific type and once in Styla Admin, as described on this page. Presets are something in between those two. They are a set of CSS rules that you can create yourself and reuse by applying with the Editor UI to overwrite the default CSS for a specific module.

  • Is Styla Frontend responsive?
    Yes it is. Styla content changes based on your view port. You can define different CSS above and below the only break point Styla features, which is per default set to 767px. These CSS rules are applied through media queries.

  • What web browsers does Styla Frontend support?
    The latest versions of Chrome, Firefox and Safari. We don’t support Internet Explorer.

  • What are the limitations for my layouts on Styla Frontend?
    They are limited by the range of modules you have available in the Editor. Each of them has a limited set of HTML tags you can apply CSS to. If you need a module with a different HTML structure, you need to paste your HTML code into HTML module or develop a custom module.
    In addition, only up to 3 modules can be displayed next to each other in one row.

  • Do you provide any grid system like Bootstrap for layouting purposes?
    No, Styla does not provide any at the moment. If you need something like that for your custom modules, we suggest a lightweight library like https://css-tricks.com/snippets/css/complete-guide-grid/.

...