Advertisement
fauzanjeg

CUSTOM STYLE FOR SEARCH FEATURE IN MOBILE HEADER

Sep 14th, 2021
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.26 KB | None | 0 0
  1. /* Mobile HTML Width */
  2. .jeg_nav_html {
  3.     width: 100%;
  4. }
  5.  
  6. /* Wrapper Search Padding */
  7. .jeg_archive_search {
  8.     padding-bottom: 0px;
  9.     padding-top: 0px;
  10. }
  11.  
  12. /* Height Search Button */
  13. button.jeg_search_button.btn {
  14.     height: 40px;
  15.     margin: auto;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement