PHP Classes

File: sass/layouts/_content-sidebar.scss

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Nolimitbuzz WP Theme   sass/layouts/_content-sidebar.scss   Download  
File: sass/layouts/_content-sidebar.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Nolimitbuzz WP Theme
WordPress theme to used as start of new themes
Author: By
Last change:
Date: 7 days ago
Size: 406 bytes
 

Contents

Class file image Download
.site { display: grid; grid-template-columns: auto ($size__site-sidebar); grid-template-areas: "header header" "main sidebar" "footer footer"; } .site-header { grid-area: header; } .site-main { grid-area: main; overflow: hidden; /* Resolves issue with <pre> elements forcing full width. */ } .widget-area { grid-area: sidebar; } .site-footer { grid-area: footer; } @import "no-sidebar";