Main Section Body Text Size Problem – CSS Code | Blogger – Blogspot

Main Section Font

sometimes in desktop version page font is too small or big in mobile screen, If you do this, then all the fonts will remain the same size.

How to Do This-

>> Open Blogger Account.
>> Select Theme Then Click on CUSTOMIZE.
>> Select Advanced then Click on ADD CSS.

.main-inner .column-center-inner{ 
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
}

>> Paste This Code on ADD CSS then Click on SAVE THEME Button.

Watch Video-