Help how to modify gallery

hello friend help please how to position this gallery horizontally

Let it be this way

thank you

Hi @maximuzve,

Please try adding the following CSS under Theme Options > CSS:

@media (min-width: 980px){
    .portelement.portelement_3.colorbox_grouping {
        width: 48%;
        position: relative !important;
        float: left;
        top: 0 !important;
        left: 0 !important;
        display: inline-block;
        clear: initial;
        margin-right: 2%;
        min-height: 270px;
    }
}

Hope that helps and thank you for understanding.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.