8000 Fixed Logo & Menu Alignment Issue in Mobile by shail-mehta · Pull Request #15 · WordPress/doaction.org · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fixed Logo & Menu Alignment Issue in Mobile #15

New issue

Have a question about this project? 8000 Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions wp-content/plugins/do-action/assets/css/frontend.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@
.single-event .non-profit-options li {
width: 100%;
}
.site-header{ display:flex;justify-content: space-between; }
.storefront-primary-navigation { margin-top:0px;display:flex;align-items:center; }
.site-branding { width:100%; }
}

#event-application-form{
Expand Down
0