threadsonline Posted February 1 Posted February 1 Hi everyone, The first section on my home page is a click through image section. It's one of the pre-made templates that come under 'people'. I really like the height of the section on desktop view, but I would like to decrease the height on mobile view by about a third. Any custom CSS suggestions for this? Thanks in advance!
Solution threadsonline Posted February 3 Author Solution Posted February 3 Managed to find the code for this: // decrease banner height on mobile @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="65b96124899002297ce21714"] ul { min-height: unset !important; height: 70vh !important; } }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment