-->

Monday, November 7, 2016

Sidebar Left

Sidebar Left

Further to The Template Sidebar Left

4. Find the code as below (located in the <b:template-skin>)
  1. body {
  2. min-width: $(content.width);
  3. }
  4. .main-inner .column-left-outer {
  5. width: $(main.column.left.width);
  6. right: 100%;
  7. margin-left: -$(main.column.left.width);
  8. }

Change or replace be as below
  1. body {
  2. width: 1100px;
  3. margin:0 auto;
  4. min-width: $(content.width);
  5. }
  6. .main-inner .column-left-outer {
  7. width: 30%;
  8. right: 70%;
  9. position: absolute;
  10. margin-left: -$(main.column.left.width);
  11. }

Then add the following code, placed just below the code above
  1. .main-inner .column-center-outer{
  2. left:35%;
  3. width:65%;
  4. }

5. Copy the code css below, then paste it just above code ]]></b:skin>, Please select css code, in accordance with the type of template you are using.

For users Simple Templates and Travel Template, please copy css code below
  1. /*Responsive*/
  2. @media screen and (max-width:1024px){
  3. body{width:100%!important;padding:0;}
  4. .content-inner{overflow: hidden;}
  5. }
  6. @media screen and (max-width:768px){
  7. .main-inner .column-left-outer{position:relative!important;left:0;margin:auto;width:100%!important}
  8. .main-inner .column-center-outer{left:0!important;width:100%!important}
  9. .footer-inner, .main-inner .column-left-inner, .main-inner .column-center-inner{padding:0;}
  10. .Header h1{font-size:30px;text-align:center;}
  11. .Header .description{font-size:14px;text-align:center;}
  12. }
  13. @media screen and (max-width:414px){
  14. .footer-inner .section, .main-inner .column-left-inner .section, .main-inner .column-center-inner .section {margin:10px;}
  15. }
  16. @media screen and (max-width:320px){
  17. .fauxcolumn-right-outer .fauxcolumn-inner{border-left:none;}
  18. .fauxcolumn-left-outer .fauxcolumn-inner{border-right:none;}
  19. .footer-inner .section, .main-inner .column-left-inner .section, .main-inner .column-center-inner .section {margin:0;}
  20. }

For users Awesome Inc. template, please copy code css below
  1. /*Responsive*/
  2. @media screen and (max-width:1024px){
  3. body{width:100%!important;padding:0;}
  4. .content-inner{overflow: hidden;}
  5. }
  6. @media screen and (max-width:768px){
  7. .main-inner .column-left-outer{position:relative!important;left:0;margin:auto;width:100%!important}
  8. .main-inner .column-center-outer{left:0!important;width:100%!important}
  9. .main-inner .column-left-inner, .main-inner .column-center-inner{padding:0}
  10. .main-inner .section {margin:0 15px}
  11. .Header h1{font-size:30px;text-align:center;}
  12. .Header .description{font-size:14px;text-align:center;}
  13. }

For users Picture Window Template, please copy css code below
  1. /*Responsive*/
  2. @media screen and (max-width:1024px){
  3. body{width:100%!important;padding:0;}
  4. .content-inner{overflow: hidden;}
  5. }
  6. @media screen and (max-width:768px){
  7. .main-inner .column-left-outer{position:relative!important;left:0;margin:auto;width:100%!important}
  8. .main-inner .column-center-outer {left:0!important;width:100%!important;}
  9. .main-inner .column-left-inner, .main-inner .column-center-inner {padding:0}
  10. .Header h1{font-size:30px;text-align:center;}
  11. .Header .description{font-size:14px;text-align:center;}
  12. }
  13. @media screen and (max-width:320px){
  14. .main-inner .section{margin:0 10px}
  15. .post-outer {padding:10px 10px;}
  16. }

For users template Watermark or Ethereal, same code as Picture Window template, but remove the code number 9 and replace it with the code below
  1. .main-inner .column-center-inner{padding:0}
  2. .main-inner column-left-inner {padding:20px}


After the template is saved, then click the Back button, then turn off mobile display. View your blog.

Visit Mobile Friendly Test - Google to find out, What is a blog / web mobile friendly, without activating the mobile view?

Visit Responsive web tester tool to see the look of your blog on any screen size.

Note :
I only test on the first template, for each type of template. (except Dynamic Template).

Next
How to display post snippets and thumbnail on the homepage of the blog.