Hi Pablo and wwb:rs
Having a problem with card expanding downwards in breakpoints, especially 480 and 340 for mobile units. Setting the card to correct hight and changeing to other breakpoint, when returning to the changed 340 or 480 it has expanded downwards?
To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.
I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combinations.
So, there is no way to know which options you have used by looking at the HTML only.
Pablo wrote: ↑Thu Nov 03, 2022 5:00 pm
To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.
I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combinations.
So, there is no way to know which options you have used by looking at the HTML only.
I think it's best if you give the card a minimum height (via the flexbox properties).
Otherwise a card will attempt match the height of other cards in the same container.
The "minimum height" property is responsive, so it can be different in breakpoints.
Pablo wrote: ↑Thu Nov 03, 2022 6:25 pm
I think it's best if you give the card a minimum height (via the flexbox properties).
Otherwise a card will attempt match the height of other cards in the same container.
The "minimum height" property is responsive, so it can be different in breakpoints.
Hi Pablo... tnx for answering. Sorry but I can not find were to set the minimum hight?? Please explain...
Found it in the "Context menu"... but what value chall I set here?
Pablo wrote: ↑Thu Nov 03, 2022 6:25 pm
I think it's best if you give the card a minimum height (via the flexbox properties).
Otherwise a card will attempt match the height of other cards in the same container.
The "minimum height" property is responsive, so it can be different in breakpoints.
Hi Pablo... hope you can check this out:
Now I have opened this site in ver 18 latest build and the problem with expanding hight in the cards returned?? Changes I've done are erasing the button in the bottom of the cards and inserted one more slide. After noticed the problem again I went through all slides and breakpoints adjusted the min hight, but the problem still occurs??
The test site published as above and here's a new project file: https://www.chevere.ec/web_storage/cardissue.zip
Pablo wrote: ↑Wed Nov 23, 2022 3:33 pm
What exactly do I need to do to see the problem?
If you look at the published version or preview, you see that the space beneth the bottom text and the frame differs when you chrink the browser size for the different breakpoints... some are acceptable but others expands way to much down...
At the moment, the minimum height property is only responsive when the card is used in a flex container. Because is was mainly to be used for flexbox layouts.
This means that if you use the card in another type of container, that you will have to set the minimum height to the smallest value in the default view.
For example, the minimum height of 'ProyectosCard5' is set to 373 in the default view, this should be 251 (or maybe even smaller).
Pablo wrote: ↑Wed Nov 23, 2022 4:16 pm
At the moment, the minimum height property is only responsive when the card is used in a flex container. Because is was mainly to be used for flexbox layouts.
This means that if you use the card in another type of container, that you will have to set the minimum height to the smallest value in the default view.
For example, the minimum height of 'ProyectosCard5' is set to 373 in the default view, this should be 251 (or maybe even smaller).
Pablo wrote: ↑Wed Nov 23, 2022 4:16 pm
At the moment, the minimum height property is only responsive when the card is used in a flex container. Because is was mainly to be used for flexbox layouts.
This means that if you use the card in another type of container, that you will have to set the minimum height to the smallest value in the default view.
For example, the minimum height of 'ProyectosCard5' is set to 373 in the default view, this should be 251 (or maybe even smaller).
Hi again Pablo... I'm testing... get's a little better, but I get no logic in the settings. Shall the settings be the same for all breakpoints in each slide or shall they be changed individually? I get small changes but nothing that corresponds to the big changes in numbers...
Is there a guide how it works?
The values in the breakpoints are not used. They are only valid in combination with flexbox.
So, the default view should have the minimum height for all views. For example, if the height in the 320 breakpoint is the smallest of all views then you should use that value.
Pablo wrote: ↑Thu Nov 24, 2022 4:42 pm
The values in the breakpoints are not used. They are only valid in combination with flexbox.
So, the default view should have the minimum height for all views. For example, if the height in the 320 breakpoint is the smallest of all views then you should use that value.