• I want the two featured images at the top to be the same height.

    Currently they are both Featured Category Sliders, they dont need to be,

    but I do need them to be single images of the same height.

    Width can remain as is.

    Please advise

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • @gjbdjc

    Can you add the below CSS code to Additional CSS box and check?

    .widget_slider_area, .widget_beside_slider {
        width: 49%;
    }
    @media (max-width: 768px) {
        .widget_slider_area, .widget_beside_slider {
            width: 100%;
        }
    }

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Color Mag Home Page’ is closed to new replies.