shrinking the search bar
-
I have a big space between my site title, search bar and menu bar that I would like to reduce.
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following to your custom CSS to fix the search issue.
@media screen and (min-width: 1230px) { .header-search { margin-right: 0 !important; } }While testing, I also noticed that the logo looks sort of funny at 1019px in window/screen width and less, so I’ll also offer this to move the logo to the left so it doesn’t interfere with the menu and search icons.
@media screen and (max-width: 1019px) { .site-logo-link img { margin-left: 0; } } -
-
- The topic ‘shrinking the search bar’ is closed to new replies.