Home › Forums › Jevelin Theme › Justify Columns Height
Home › Forums › Jevelin Theme › Justify Columns Height
Hello,
I would like to know why justify columms heigh is not working for mobile/tablet size.
@media (min-width: 800px)
.section-justify-height-full .sh-column {
min-height: 100vh;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
-o-flex-direction: column;
flex-direction: column;
-webkit-flex-direction: column;
-moz-justify-content: center;
-ms-justify-content: center;
-o-justify-content: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}
Seems to be only for 800px and above…
Do i missed an option to enable it on mobile version ?
Hi @Chikrn,
I hope you are well today and thank you for your question.
I am not sure what you are trying to achieve here so could you please describe it a bit more in detail?
Also could you please share me the page URL from your site where it is displaying so that I can help you?
Best regards,
Shufflehound team
That section option just vertically centers align all section columns but not column content.
eeeh don’t understand sorry….
I try to extended a section to full height, it works on desktop view but not on mobile.
I have to add custom code as a workarround but i don’t understand why you disabled this feature on mobile view
I don’t see the result on your site that you have displayed in your shared screenshot.
Please see the attachment.
Please remove the custom CSS code that you are using on your site so that I can see the issue on your site.