Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1371769

    On my homepage towards the bottom – https://balrajt13.sg-host.com/ – I have. section called “Industries We Serve” which has 4 columns on desktop which is great but on mobile I would like it to be 2×2 columns instead of being stacked (to avoid long page scroll)

    How do I achieve that?

    Thanks

    #1371780

    Hi navindesigns,

    Please make sure to make those rows in equal height, then try adding this CSS code:

    .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
    }
    
    .responsive #top.home #wrap_all #av_section_5 .av-equal-height-column-flextable .av-flex-placeholder {
        display: none;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1371788

    Works Perfect.

    Thanks as always

    #1371811

    Hi,
    Glad Nikko was able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘2 columns on mobile’ is closed to new replies.