Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1272212

    Hello,

    On our site, we have a 1/4 column acting like a sidebar. The 1/4 column vs. sidebar was chosen to allow for customization of the colored background and styling of the sidebar widget (menu).

    Upon reduction in size, it displays the background color as a small band on mobile or. The widget content disappears but not the background of the cell. In advanced setting/responsive “hide on mobile devices” has been checked.

    Can you provide code that totally hides all content of the 1/4 column including the background.
    Or can you provide code that allow customization of sidebar background color and it’s menu.

    Thank you,
    Doreen

    #1272653

    Hi Doreen,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    #nav_menu-2 {
      display: none;
    }
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.