Slide-out panel height – unable to fit all widgets in the panel

  • Anonymous

    #8000

    Hello,

    The widgets that I put into my slide out panel get cut off when I view my website on my cell phone. I have the same problem as described in this post : https://forum.graphene-theme.com/gmneo-support/slide-panel-amount-of-data-that-can-be-displayed. I was wondering whether you were able to find a fix to this problem. I would greatly appreciate it. Thanks.

    Anonymous

    #40036

    I forgot to mention that all the widgets are visible after I zoom out but by then the font is too small to read.

    Anonymous

    #40037

    I fixed the problem by replacing “height : 100%” with “height: auto !important” in the below code and adding it to the custom CSS option.

    #jPanelMenu-menu {
    height: auto !important;
    background: #333;
    color: #ddd;
    }

    .side-panel-wrapper li a {
    display: block;
    width: 100%;
    height: auto !important;
    color: #fff;
    }

    Anonymous

    #40038

    Put code in between backtick (

    Code:
    `

    ) characters. It’s usually located above the Tab key on your keyboard.

    mikeluque

    #40039

    Hey aobuchowska,

    Thanks a ton for figuring this out. It totally worked.

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.