Widgets help: they've disappeared from my mobile version

  • The widgets that I’ve added to my site aren’t appearing on my mobile version, is there anyway to rectify this?

    I need help.

    Thanks!

    The blog I need help with is: (visible only to logged in users)

  • Hi there, there are a few themes here that do this intentionally on smaller screens, but I’m going to open a ticket with the theme designer and see if this was intentional or not.

    The good news is that we can bring the widgets back. Add the following to the bottom of your custom CSS and on screens/windows less than 900px in width, the widgets will be down below the page/post content.

    @media screen and (max-width: 899px) {
    	.widget-area {
    		position: initial;
    		width: 100%;
    		transform: none;
    	}
    }
  • The topic ‘Widgets help: they've disappeared from my mobile version’ is closed to new replies.