Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #449070

    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

    #449330

    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

    #449447
    This reply has been marked as private.
    #449631

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menulinks in left sidebar disappear under screenwidth of 870px’ is closed to new replies.