Forum Replies Created
-
AuthorPosts
-
Thanks. I think we are ok for now.. I wanted the site to shrink accordingly, including logo until it got to the tablet/mobile size.
Hi, ya I found the other code: It makes it go to mobile menu faster.. I would have preferred everything keep shrinking to fit the screen. The code you sent didn’t seem to change anything. Is there a way to make the menu and logo shrink to fit the screen before it finally switches to tablet/mobile menu?
@media only screen and (max-width: 1450px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}HELP… I need to launch this site for client and I am STUCK with this issue!! Thank you!
Anything under 1680 x 1050 looks like crap.
768x 1024 switches to mobile layout but between those 2 the site looks awful.Ignore I fixed it with this code: Changed the left..
#top .sub_menu li ul {
display: none;
position: absolute;
width: 170px;
padding: 10px 0;
z-index: 101;
box-shadow: 0 8px 15px rgba(0,0,0,0.1);
left: -20%;
margin: 0;
border-style: solid;
border-width: 1px;
top: 19px;
}I really need this fixed. Client wants to go live with site but that does not look good.
Hello. go to https://new.johnstonesbenefits.com/ on mobile. The menu at the very top, click on Administrators. It is off the page to the left … how do I move it over so it stays on page?
Ok, geez, I found it. It’s in the actual modules styling, not in the general styling if anyone is trying to find this!
Hi. Fixed it. Installed classic editor and that stopped. Now the theme works as it should.
-
AuthorPosts