• Resolved yandoos

    (@yandoos)


    Hiya how do I adjust the sidebar width (to make it a bit narrower) please?

    Also everytime an image is added it seems to automatically add a border around it. Is there a way to stop this on specific images?

    Thank you

Viewing 1 replies (of 1 total)
  • You may try to lower the value – 30.5%:

    /* 12.1 Minimum width of 600 pixels */
    @media screen and (min-width: 600px) {
    	.widget-area {
    		float: right;
    		width: 30.5%;
    	}
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Side bar width & auto border on images’ is closed to new replies.