Parallax: change padding on smaller screens
Dear sir, madam,
I would like to decrease the padding on smaller screens. I have been looking for the CSS rules, but it doesn't work (I am using media queries!). Wat is the right CSS rule to change the padding?
This is what I use in a media query, but is not correct:
.section mcb-section dark bg-cover {
padding-top:10px;
padding-bottom:10px;
}
This is the site: http://wordpress.xenikos.com/
The parallex part is on the homepage 'A patient's story', so a little scrolling to below.
Thanks in advance for your answer!
Comments
You can change the whole section for mobile only.
Hide this section for mobile and create new section - and in this new section, hide it for everything except the mobile.
http://prntscr.com/l67rw6
Thanks