This topic has 2 replies, 2 voices, and was last updated 3 years, 10 months ago ago by Rose Tyler
I could not set the pictures under my menu on my home page for the mobile version. Is there a feature for it, or what is the image size?
Hello,
You can set a custom height here – https://prnt.sc/xjr0gr
Also, custom CSS for mobile can be used, for example – https://prnt.sc/xjr5d2 https://prnt.sc/xjr5v9
@media only screen and (max-width: 480px) {
.slider-item.et-parallax-center {
background-position: left center !important;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up