This topic has 7 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Robert Hall
Hi,
How do I hide the slider from the homepage on mobile and move the content block up from the middle of the page to the top (mobile only). The slider font is way too small on mobile and just removing will look odd.
Thanks,
Jordan
Hello,
Please use this code in custom.css file
@media only screen and (max-width: 480px){
.page-heading-slider{
display:none;
}
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
That’s perfectly removed the slider but I also need the textual content (make living better + paragraph) to move up to the top (mobile only).
Hello,
Unfortunately there is no such feature. Sorry.
Regards,
Eva Kemp.
Fixed it! It’s:
object-fit: contain;
If you ever need it 🙂
Thanks for the help!
Sorry, wrong ticket.
Hello,
Ok, if you have any questions please feel free to contact us.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up