This topic has 6 replies, 3 voices, and was last updated 3 years, 3 months ago ago by Rose Tyler
I have two issues:
1. The website view of home page view on desktop and mobile is fine. But there is too much blank lines in between sections for tablet. Screen shot 1 and 2.
2. In mobile and tablet view, the mega menu label appear on the left. How to align it below the respective image. And why is the image appear to be tinted? Screen shot 3.
Please refer to the screenshot provided in private content area.
Please help. Thank you.
Hello,
1) Yes, because you added 150px padding for the section https://prnt.sc/1qa2bf2 Edit your page and change the padding for the tablet resolution using Elementor settings https://prnt.sc/1qa2ko5 .
2) The same issue with padding here https://prnt.sc/1qa2dhs You set slide bg https://prnt.sc/1qa2hoo
3) Provide us with WP Dashboard access to check the issue with the menu in more detail.
Regards
The WP dashboard access is included in the private content area.
Hello,
Thanks for the reply.
Please update the theme and Core plugin – https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ https://www.8theme.com/documentation/xstore/plugins/plugins-update/ Then clear cache of browser on your mobile and check the menu.
Regards
I had updated the theme and core plugin. Clear cache. Just checked the menu on mobile. the mega menu still have the same issue, where the label appear beside the image. I need the label to appear below the image.
Please help to check. Thank you.
Hello,
Thanks for the reply.
Add the next code in Theme Options > Theme custom CSS > Global custom CSS:
.mobile-menu-content .menu-item-object-product_cat a {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.mobile-menu-content .menu-item-object-product_cat img {
margin-bottom: 10px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up