Advertisement
arie_cristianD

change mobile sidebar menu to full width

Jun 25th, 2025
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1.  
  2. a.jeg_menu_close {
  3.     z-index : 99999999;
  4.     color: #212121;  /* close button color */
  5.     padding : 20px;
  6.     top : 0;
  7. }
  8.  
  9. a.jeg_menu_close:hover {
  10.         color : red; /* close button hover color */
  11. }
  12. a.jeg_menu_close i{
  13.     height : 40px;
  14.     display: flex;
  15.     align-items: center;
  16. }
  17.  
  18.  
  19. .jeg_mobile_wrapper {
  20.     width : 100%;
  21. }
  22.  
  23. .jeg_aside_item.jeg_search_wrapper form{
  24. margin-right : 60px
  25.  
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement