Change width of sidebar in Dynamic Views Template in blogger

 



  • Go to Theme -> Customize


  • Go to Advanced -> Add CSS

  • And then add the below CSS as it is, you can change the width as per your convenience (both widths should match)

/*Custom Code Starts*/

.sidebar #sidebar{
width400px !important;
}
.sidebar #content{
margin-left400px;
}

/*Custom Code Ends*/ 

Comments