Forum Replies Created
-
AuthorPosts
-
On the homepage when I updated the theme the mason gallery images completely disappear and leave a blank white space. What is causing this?
When I update the parent theme the spacing on the homepage gets all screwed up. The mason galleries don’t even appear. The header gets all funky.
Ok. Here are the credentials.
- This reply was modified 7 years, 7 months ago by imperialmotion.
If you go to https://imperialmotion.com/ this is where you will see the issue. You were probably within the shopify part of our website, which has the mobile menu like we want.
Ya I just updated the parent theme to the newest theme update.
I’ve updated the theme and Ive tried adding this:
@media only screen and (min-width: 768px) {
li#menu-item-burger {
display: none !important;
}
.js_active.html_burger_menu #avia-menu > li {
display: block !important;
}
}
@media only screen and (max-width: 767px) {
#advanced_menu_toggle, #advanced_menu_hide {
display: none !important;
}
.responsive.html_mobile_menu_tablet .main_menu .avia-menu {
display: block !important;
}
}`Its still not showing the burger menu. What should I do next?
Any ideas on how to fix this?
Its on all the pages of the site. https://imperialmotion.com/homepage/
I’ve done that none of the plugins are causing the issue.
Also the images and text should shrink on smaller windows but they are not.
Yes. The way the images and text respond on a smaller screen. I have the cells hidden that are creating the spacing in a larger window, but they don’t seem to be hiding properly.
-
AuthorPosts