Advertisement
fauzanjeg

CSS Style for Search Form

Aug 10th, 2021
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. /** Search Page **/
  2. .jeg_archive_search {
  3.     background: #f7f7f7;
  4.     padding: 20px;
  5. }
  6.  
  7. .jeg_archive_search form {
  8.     position: relative;
  9. }
  10.  
  11. .jeg_archive_search .jeg_search_button {
  12.     font-size: 14px;
  13.     position: absolute;
  14.     height: auto;
  15.     top: 0;
  16.     bottom: 0;
  17.     right: 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement