Hello
Please go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme general Options.
Now, copy below code and paste into Custom CSS.
@media(max-width:768px){
.carousel .carousel-inner {
height: 690px !important;
}
}
@media (min-width:1200px){
.enigma_header_breadcrum_title {
padding-top: 110px !important;
}
}
Thanks.
Thread Starter
mattjj
(@mattjj)
Thank you so much.
That solved my second issue perfectly.
The first issue, though, of whitespace below the theme slider on my iphone still remains.
Thread Starter
mattjj
(@mattjj)
Not sure if this issue is connected or not, but the < & > on the sides of the slider have no effect when I click them, & they show up in the whitespace below the slider on my iphone.
Thanks,
hii
for your whitespace issue-
you have to remove the CSS which we have shown in below image –

and add new CSS
go to Admin Dashboard >> Appearance >> Customize >> Theme Options >> Theme general Options.
Now, copy below code and paste into Custom CSS.
@media (min-width: 1200px){
.carousel .carousel-inner {
height: 860px !important;
}
}
@media (max-width: 768px){
.carousel .carousel-inner {
height: auto !important;
}
}
your slider image will look like this after adding this CSS

and for the < & > issue-
Please deactivate all your unused plugins.
I believe I did everything you asked, and it still did not fix the iPhone issue
Hello,
Please contact us on my pm that is ” lizarweb (at) gmail (dot) com ”
Thanks