Is there a way to push the mobile view down when the resize occurs? The menu and writing is being covered up when the view resizes.
Thx
Hey bwilbourne,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 767px) {
#wrap_all {
margin-top: 35px;
}}
Best regards,
Yigit
Thanks for the quick reply. That did push down the menu as requested, but my boxes that I built in avaya builder still are covering up the writing. Is there any way to push that down accordingly also?