• Hallo!
    Is it possible to place a photo in the sidebar or could I also hide the sidebar as long as I have not decided which widget I’d like to place there?
    Thanks for an answer.
    Meike

Viewing 1 replies (of 1 total)
  • Hey!

    If you’re adding an image, I’d recommend going with a text widget, and placing the HTML for your image in there.

    If you want to hide the sidebar completely, a bit of CSS is usually the fastest way:

    
    /*hide sidebar*/
    #secondary {
    	display: none;	
    }
    
    /*full width content*/
    #content {
    	margin: 0;	
    }

    To add CSS on your site, you can use the Additional CSS panel in the Customizer (assuming you’re running at least WordPress 4.7) or with something like the Jetpack Plugin using the Custom CSS Module

Viewing 1 replies (of 1 total)
  • The topic ‘hide sidebar’ is closed to new replies.