June 13, 2017 at 10:40 am
Hello,
I’m trying to implement a slide over menu instead of the push down action when the burger menu is clicked on mobile view. Ben sent me this code a while back, but it doesn’t seem to be working? Social Media Management
Mobile Menu Slide Over Code:
#kad-mobile-nav {
height: 0;
}
.kad-nav-inner {
position: relative;
z-index: 10000;
background: #f2f2f2;
}
Also, I’m trying to set the first image on this page above the text in the div that’s next to it in iPad Landscape view. The content is in 2 Site Origin Editor widgets in one row. I’ve set 100% width on the containing <div> in a media query and it’s arranged fine on iPhone portrait and landscape and in iPad Portrait but not in iPad landscape. The text is still in the right side of the page and i’d like it pushed underneath the image completely…?
http://216.171.160.67/~devkatiewagnerso/services/social-media-management/
#pg-9276-0 .panel-grid-cell, #pg-9276-1 .panel-grid-cell, #pg-9276-2 .panel-grid-cell, #pg-9276-3 .panel-grid-cell {
width: 100%;
}
Thanks!