Skip to content

Commit

Permalink
Merge pull request #141 from infinum/feature/fix-blog-sidebar
Browse files Browse the repository at this point in the history
Fix right sidebar
  • Loading branch information
iobrado authored Mar 8, 2022
2 parents 59f6b7c + effe79b commit 1852344
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/docs/legacy/v4/guides/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To use it just call this helper in your template.
```js
use Eightshift_Libs\Menu\Menu;

Menu::bemMenu( 'header_main_nav', 'main-navigation' );
Menu::bem_menu( 'header_main_nav', 'main-navigation' );
```

You can also provide multiple parameters to the helper. All the details are [found here](https://github.com/infinum/eightshift-libs/blob/404aeab50beef38f788c864d7c0312858b097e81/src/menu/class-menu.php#L69).
Expand Down
4 changes: 2 additions & 2 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ $blog-post-page: (
&.col--2 {
padding-right: 0;
padding-left: 0;
@include flex-grid-width(2);
@include media(desktop up) {
@include flex-grid-width(2);
}
}
}
}
Expand Down

0 comments on commit 1852344

Please sign in to comment.