Skip to content

Commit

Permalink
Increase submenu width
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Mar 1, 2020
1 parent 1acba9c commit 50ac541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wp-content/themes/classicpress-susty-child/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Stylesheet version (cache buster)
*/
function cp_susty_get_asset_version() {
return '20200219';
return '20200301';
}


Expand Down
2 changes: 1 addition & 1 deletion wp-content/themes/classicpress-susty-child/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ ul#primary-menu.menu li.current_page_item ul li a:active {
z-index: 1;
background: rgba(5, 127, 153, 1.0);
border-radius: 0 0 6px 6px;
width: 150px;
width: 180px;
}

.nav--toggle-sub li:hover > ul,
Expand Down

1 comment on commit 50ac541

@ClassyBot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on ClassicPress Forums. There might be relevant details there:

https://forums.classicpress.net/t/landing-pages-for-theme-plugin-developers/2170/15

Please sign in to comment.