Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
I’m having issues with my website in mobile (phone & tablet) view. When one these devices, I cannot see my top navigation menu and the slider content (title, subtitle, and button) is too far left and cut off.
My website address is https://jennifergoode.ca
Appreciate any help!
Thanks,
Jen
Hello,
Please make sure you have enabled the mobile menu first. Go to General Options > Header Options > Show Responsive Menu Dropdown, set it ON.
Add this code into your custom css box to fix the slider text:
@media (max-width: 979px){
.codeless_slider .swiper-slide .content {
right: 0 !important;
}}
Let us know.
Best regards!
Hi Mihaila –
Thank you so much! It looks great on the iPad now, however the slider content is still cut off on the iPhone – is there a custom CSS i could add to fix this?
Thanks!
Jen
Hello,
Yes, just edit the code above to this:
@media (max-width: 979px){
.codeless_slider .swiper-slide .content {
right: 0 !important;
top: 36% !important;
}}
Result screenshot: https://pho.to/AjC20
Best regards!
You must be logged in to reply to this topic.