Issue with Styles After Updating Woodmart Theme to New Version				
							
			
	
		
		
		
			
			
	
	- 
		
			
				
	
	
		
			
			We’ve ran into an issue with styles on our buttons after updating the Woodmart theme after a long time.
Attachments:
You must be 
logged in to view attached files.
 
					
			
			
		 
	 
 
			
				
	
	
		
			
			Hello,
Add these few properties to your custom code in Theme Settings: https://prnt.sc/Vyr767p6bdcJ
Also, the code below define in the “Desktop CSS” area in Theme Settings -> Custom CSS:
.whb-general-header .wd-header-nav .wd-nav {
    align-items: center;
}
Kind Regards
					
			
			
		 
	 
 
			
				
	
	
		
			
			Thank you Luke, just 1 more thing CSS-wise about dropdown hover overs.
Attachments:
You must be 
logged in to view attached files.
 
					
			
			
		 
	 
 
			
				
	
	
		
			
			Hello,
In general, it’s not a bug, because in the latest updates the structure of the header, menus, etc. was changed.
Use the code below for help:
.whb-general-header .wd-dropdown-menu .woodmart-nav-link {
    padding-right: 18px;
    padding-left: 18px;
}
.whb-general-header .wd-dropdown-menu.wd-design-default {
    padding: 10px 0;
}
Kind Regards