Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Shreyas Malwadkar Newcomer
@_shreyas04 · Joined 1 year ago · 4 posts · 1 topics · 0 reputation
Badges
Recent posts
-
I have set up a modular page in my custom grav theme. But the modules / sections in that modular page render out of the container in base twig template
· 1 year ago
Hey i checked the source code and the modules are rendering inside the main container that is in the base template but the issue is that from the 3rd module it renders outside the main container resul
-
I have set up a modular page in my custom grav theme. But the modules / sections in that modular page render out of the container in base twig template
· 1 year ago
This is the modular twig template
-
I have set up a modular page in my custom grav theme. But the modules / sections in that modular page render out of the container in base twig template
· 1 year ago
above are my base twig template. everything is correct but didn't get where is the issue
-
I have set up a modular page in my custom grav theme. But the modules / sections in that modular page render out of the container in base twig template
· 1 year ago
I have used container class of tailwind to the main container which holds the content within it but it is holding only the first two modules. I have checked all the necessary files and grav admin but