4 | Posts |
1.5K | Posts |
62.3K | Downloads |
16 | Plugins |
It's styled to occupy 100% width, so we need to change it's parent’s width (which has float:right)
In the Admin Panel go to [ Appearance ] -> [ Edit this Layout ] and paste …
form.navbar-form.navbar-right { width:120px; } @media ( max-width : 768px ) { form.navbar-form.navbar-right { width:auto; } }
… into the editor area on the left. 120px is the new width. You name it.
Preview / Save
The @media rule unsets the width for screens narrower than 768px (that's the breakpoint where the menu becomes button-triggered and full-width)
4 | Posts |
A new release for Typesetter is in the works with a lot of improvements including the ... Read More
Typesetter 5.1Typesetter 5.1 is now available for download. 5.1 includes bug fixes, UI/UX improvements, ... Read More
More NewsFind out more about our Provider Spotlight
What CMS: Find out what CMS a site is using.
Who Hosts This: Find out who is hosting any web site
WordPress Theme Detect: Find out which theme a WordPress site is using