pratikshrestha

Untitled

Sep 24th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.54 KB | None | 0 0
  1. .header-center-layout .site-primary-wrapper {
  2.     margin: 0 auto;
  3. }
  4. .custom-logo-link, .site-identity{
  5.     display: unset;
  6. }
  7.  
  8. body:not(.header-center-layout) .custom-logo-link,
  9. body:not(.header-center-layout) .site-identity {
  10.     display: table-cell;
  11.     vertical-align: middle;
  12. }
  13.  
  14. body:not(.header-center-layout) .custom-logo {
  15.     padding-right: 14px;
  16. }
  17.  
  18. body:not(.header-center-layout) .site-branding {
  19.     margin-right: auto;
  20.     width: auto;
  21. }
  22.  
  23. .header-center-layout .site-branding {
  24.     text-align: center;
  25.     width: 100%;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment