0
Welcome Guest! Login
0 items Join Now

How to change the width of the edit window from a Particle

  • How to change the width of the edit window from a Particle

    Posted 8 years 1 month ago
    • Hello,
      we would like to change the width of the edit window. Now the edit window is 600px.

      We tried the following: Add the tree lines in custom.scss
      #g5-container .g5-dialog.g5-dialog-theme-default .g5-content {
      width: 100px !important;
      }

      It does not work? How can we achieve a change in the window width?

      Thank you!
      Dirk
    • Matt's Avatar
    • Matt
    • Preeminent Rocketeer
    • Posts: 22291
    • Thanks: 3227
    • messin' with stuff

    Re: How to change the width of the edit window from a Particle

    Posted 8 years 1 month ago
    • stuff like this would be best asked on the G5 GitHub as it's outside of the frontend styling of the theme itself that we support here.

      github.com/gantry/gantry5

      custom.scss is rendered on the frontend... the backend doesn't have any custom scss that you can use that I'm aware of... you'd have to edit the code directly (changing 600px to whatever) or append your override to the bottom of one of the backend scss files

      \administrator\components\com_gantry5\scss
    • SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT :woohoo:

Time to create page: 0.093 seconds