Hi!
When I use a displaywidth smaller then 870px on the pages below, the menulinks on the left site sidebar disappear bit by bit.
What can I do that they are still fully seen until the menu disappears fully at 768px. The problem appears to all pages of the left menu (page-id-3692, page-id-4031, page-id-4037, page-id-4035, page-id-4039, page-id-4041)
Thank you very much for your help.
Regards,
wordmax
Hey wordmax!
Thank you for using Enfold.
I checked the site and the left sidebar stays until the screen width is 769px. The main content width needs a bit of adjusting. Use this in the Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top .container .av-content-small, .responsive #top #wrap_all .flex_column, .responsive #top #wrap_all .av-flex-cells .no_margin {
width: 100% !important;
}}
Regards,
Ismael
Hi Ismael,
maybe I found a solution with this code:
@media only screen and (max-width: 900px) and (min-width: 768px) {
.container .av-content-small.units {
width: 75% !important;
}
}
Regards,
wordmax