Page 1 of 1

Blog width

Posted: Thu Oct 16, 2025 7:50 pm
by Stoufb
How do I adjust the blog width? I am trying to figure how to make it not so wide and a fixed width?

Re: Blog width

Posted: Wed Oct 22, 2025 6:57 pm
by fraenkiman
Hello Stoufb,

Please take a look at the common.css file in the fp-interface/themes/leggero/leggero-v2/res directory.

In this file, search for @media (min-width:
Screenshot 2025-10-22 205256.png
Screenshot 2025-10-22 205256.png (45.74 KiB) Viewed 1242 times
Screenshot 2025-10-22 205545.png
Screenshot 2025-10-22 205545.png (59.58 KiB) Viewed 1242 times
Screenshot 2025-10-22 205517.png
Screenshot 2025-10-22 205517.png (49.21 KiB) Viewed 1242 times
A max-width is specified for body-container for each screen width. You can adjust this as you wish. You may also need to adjust main. After making the changes, I recommend checking with different devices to see if the new width of body-container fits the device.

Best regards,
Frank