Hey guys,
what’s your solution for something like this.
I have on the homepage the main gallery with the 3 sub-sections below (call to actions).
On the phone there is actually a 4th subsection…and the display for the desktop is hidden.
The problem is that while the subsection disappears like it ought to… it’s creating a large gap of blank space on the desktop, which is not ideal.
Any way to fix this?
Thank you!
Hey Justin!
It seems to look fine on my end. Can you take a screenshot and highlight what your seeing?
Regards,
Elliott
Thanks Elliot. Adding a class .home and the style
.home #after_submenu { display: none!important; }
Seemed to do the trick.
Justin