Enlarge menu link button with CSS?
-
Hi. Is it possible to enlarge the ‘menu link’ button in the top righthand corner, using the CSS upgrade? I just want to make it a little larger.
Thanks,
TimThe blog I need help with is: (visible only to logged in users)
-
We can enlarge the menu link dimensions using the following style:
#menu-nav { top: 80px; padding: 26px; height: 80px; width: 80px; } -
- The topic ‘Enlarge menu link button with CSS?’ is closed to new replies.