• Resolved fvelmntnja12

    (@fvelmntnja12)


    Hello, secondary sidebar not showing under primary sidebar in mobile. In mobile, the primary sidebar displays under the content, however I do not see the secondary sidebar displaying under primary sidebar. Is there any way to do this, otherwise it renders my secondary sidebar non existent on many of the devices users will be using. Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @fvelmntnja12

    You should be able to force the sidebar to be visible at all times using the following CSS:

    #tertiary {
      display: block;
    }

    You can add that CSS snippet to the Additional CSS section of the customizer. You can get there from the dashboard by going to ‘Appearance > Customize’ and clicking the Additional CSS section.

    Let us know if that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Secondary sidebar (3 column) not showing on mobile’ is closed to new replies.