Tagged: color sections
Hello,
I am having issues using the section box. After defining the height using an ID. The content are not displayed on it.
Hi Morris!
Thank you for visiting the support forum!
Do you mind if we take a look at the website? Please use media query on Quick CSS to define another height for mobile device.
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
}
Best regards,
Ismael
And also how do i disable parrallax efect for only mobile devices using the color section.