Hello,
i am new to WordPress, and i found the Enigma theme, first off all, kudos for this nice theme, i like it a lot.
as others stated above the height of the carousel image is a bit to much on big screens…
I looked in the style.css to find a way to edit the height, and i found out how to adjust it at least for laptop and tablet view.
Bare with me as it has been a few years since i last worked with php and css ??
Below the code i used, i added !important behind the #px. also changed 500px to 300px to make it shorter.
.carousel-inner img{
width:100%;
height: 300px !important;
}
But problem that pops up now is that when viewing the site on mobile, the carousel seems to be messed up as it won’t show the text lines anymore. also the size seems to be off on mobile as well.
Perhaps we can work from here, if anyone can assist further ??
Cheers, Luuk