[Support request] To stitch the slider and menu blocks in header together

Home Forums Support [Support request] To stitch the slider and menu blocks in header together

Home Forums Support To stitch the slider and menu blocks in header together

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

    Hi! Please help / How to stitch the blocks together or something else to fix this layout: https://imgur.com/a/KR7p6SG

    The empty space appears when a large scale or low resolution screen.

    https://generatepress.com/forums/topic/add-slider-behind-the-header-logo/#post-220821 – unfortunately doesn’t help

    #795645
    David
    Staff
    Customer Support

    Hi there,

    give this CSS a shot:

    @media (max-width: 1200px) {
        .inside-header .metaslider .slides img {
            height: 250px; 
            object-fit: cover;
        }
    }
    #795651
    Volodymyr

    Cool! Thanks

    #795659
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.