sparkles2.png

Center Align Menu

 

This is a very simple effect to center align the menus that you put into your footer.

 
 
 

See the effect in action

 
Screenshot 2021-04-13 at 17.31.58.png
 
 
 

How to use the Effect

  1. Once you have some Menu blocks in the footer, simply head to the 'edit CSS' section of blocklab, copy and paste the CSS code below, hit 'Save' then go into Blocklab and hit 'Publish' for the effect and changes to take place.
 

CSS

#shop #blocklab-footer [id^=menu-dynamic] li { 
text-align: center !important; 
}