Hello George,
Thank you much for your kind words. I really appreciate your feedback.
The Terra Slider should have full width. To make it full height, use this CSS in a child themes style.css or Additional CSS section of the WordPress Customizer:
.terra-themes-header-slider .header-slider-item,
.terra-themes-header-slider .video-wrap {
height: 100vh !important;
}
Please provide some feedback whether this works for you. Without a link to your website I can’t check if you need further styles for mobile devices, but normally this should do the trick.
Regards,
Terra Themes
Hello again,
I already had implemented a similar CSS snippet to achieve full height but I was not sure if there was any command to use in the shortcode.
I think that the code you provided above needs a small addition:
.terra-themes-header-slider .header-slider-item,
.terra-themes-header-slider .video-wrap,
.terra-themes-header-slider .header-image {
height: 100vh !important;
}
That one works perfectly!
Anyway, thank you for the super fast support!
Regards,
George
Hi George,
I’ve written down to implement such a feature with the next major update.
The code you provided is right, I missed the .header-image there since my test slider currently had only video slides. Thank you for the complement.
Feel free to ask any other question you might have. I would really appreciate your rating here on wordpress.org/support/theme/meteorite/ if you find the time.