This topic has 4 replies, 2 voices, and was last updated 7 years, 9 months ago ago by Rose Tyler
Hello,
I am opening this ticket because I have a few problems with my layout when I have chosen the left side menu layout.
In some desktop resolutions my menu is being hidden for e.x. in 1280×720 and in 1024×768, also the main content is not responsive to these reoslutions.
Please visit this link FYI http://gyppierros.wpengine.com/bouketa-anthodesmes/
and try these resolutions.
I would be greatful if you could suggest me a solution at this problem.
Thank you in advance.
Vasileia
Hello,
Please read this topic https://www.8theme.com/topic/side-menu-submenu-hidden/
Regards,
Rose Tyler.
Hello ,
Thank you for your prompt answer. The code that you suggested me, did the work but now I have problem with the content next to the menu bar.
Is it possible for you to visit this page http://gyppierros.wpengine.com/bouketa-anthodesmes/ and tell me why the content is not responding under 1024×768 resolution.
I mean is keeps three columns of products and as a result the third column does not showing right and the text above the list of products doesn’t wrap.
What should I do to have responsiveness into the content and the products?
Should I have to change something into theme options?
Thank you in advance
Vasileia
Hello,
You can change your previous code to http://prntscr.com/e3za1p
Please, add this code in Custom css file:
@media (max-width: 1024px) and (min-width: 425px){
.products-grid.product-count-4 .product {
width: 50% !important;
margin: 0 !important;
text-align: center;
padding: 0 15px;
}
.products-grid.product-count-4 .product img{width: 100%;}
}
@media (max-width: 425px){
.products-grid.product-count-4 .product {
width: 100% !important;
margin: 0 !important;
text-align: center;
padding: 0 15px;
}
.products-grid.product-count-4 .product img{width: 100%;}
}
Regards,
Rose Tyler.
Tagged: #legenda, left side menu, responsive, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up