Archived topic
Problem with grids
1 reply · Started by Javier on January 19, 2021
Viewing posts 1–2 of 2
I'm using the scheme to show cform7 fields into columns but it doesn't work.
<div class="grid-container">
<div class="grid-50 mobile-grid-100"><label>[text* your-name placeholder "Name"] </label></div>
<div class="grid-50 mobile-grid-100"><label>[email* your-email placeholder "Email] </label></div>
</div>
I think that the problem is that the theme is not loading the css file /generatepress/assets/css/all.min.css?ver=3.0.2 but I don't know why.
Hi there,
if you have the Customizer > General --> Structure set to Flexbox - it won't install the unsemantic grid CSS you require. You would need to switch the structure to Floats.
This archived topic is closed to new replies.