Justify Columns Height

Home Forums Jevelin Theme Justify Columns Height

Home Forums Jevelin Theme Justify Columns Height

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • Chikrn
    Participant

    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 ?

    • This topic was modified 5 years, 3 months ago by Chikrn.
    • This topic was modified 5 years, 3 months ago by Chikrn.
    • This topic was modified 5 years, 3 months ago by Chikrn.

    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

    Chikrn
    Participant

    Hello,

     

    I’m trying to have a full-page in mobile version as in desktop version.

    The only workarround i found, is to add above css code in the custom code.

    • This reply was modified 5 years, 3 months ago by Chikrn.
    Attachments:
    You must be logged in to view attached files.

    That section option just vertically centers align all section columns but not column content.

    Chikrn
    Participant

    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

    Attachments:
    You must be logged in to view attached files.

    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.

    Attachments:
    You must be logged in to view attached files.
Viewing 6 posts - 1 through 6 (of 6 total)