Archived topic
To stitch the slider and menu blocks in header together
3 replies · Started by Volodymyr on January 29, 2019
Viewing posts 1–4 of 4
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
Hi there,
give this CSS a shot:
@media (max-width: 1200px) {
.inside-header .metaslider .slides img {
height: 250px;
object-fit: cover;
}
}
Cool! Thanks
You're welcome
This archived topic is closed to new replies.