Flexi Post Grid allows users to add custom CSS styles directly to individual grid layouts. This provides full control over the design beyond the built-in style settings — perfect for advanced users looking to achieve a unique look or fix layout nuances.
When to Use Custom CSS? #
You can use the Custom CSS panel:
- To fine-tune styles like positioning, backgrounds, padding, and visibility
- When a preset style or visual setting is not enough
- To override default or device-specific styles
- To customize dynamic elements like price tags, badges, or custom fields

How to Use #
Open the Custom CSS Section
Navigate to your grid settings panel and scroll to the Custom CSS section.
Write or Paste CSS Code
You can write your own CSS or paste copied code. Make sure you’re targeting the correct elements (you can use class selectors like .grid-layout .custom-field).


Best Practices #
- Use specific selectors to avoid affecting other widgets
- Use
!importantcautiously — only when needed - Keep your custom CSS organized and documented
- Test on responsive views (mobile/tablet/desktop)