Hello,
About #1. Have you selected the mobile menu option while setting up your menus?
#2 Can you please send us a screenshot?
You can also contact us for any assistance directly at [email protected]
Regards
1. Yes
Will send screenshot via support email
Hello,
Thank you for send us the details.
To be able to fix the issue, please paste the following CSS to your Additional CSS section under customizer.
// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) {
// Heading Font Size Decrease
.ct-slick-slide h1 {
font-size: 38px !Important;
}
// Slider Height increase
.slick-slide .ct-slick-slide {
height: 75rem !important;
}
}
That did not work plus the fact that wordpress is rejecting the code.
Published anyway despite the warning and it did not work.
Error from WP
There are 13 errors which must be fixed before you can save.
Update anyway, even though it might break your site?