Viewing Changing the sizes and spaces in the dropdown navigation
Changing the sizes and spaces in the dropdown navigation
|
User: Boris K. 12 years ago
|
|
| How can I change the size of the navigation dropdown textboxes? I want a wider texttbox and with less space between the text. | |
Schermafbeelding 2014-03-13 om 01.36.32.png dropdown navbar |
|
|
User: Roddy 12 years ago
|
|
|
To change the vertical spacing, reduce the amount of padding that you applied via the widget inspector. To change the width of the drop down you need to add some CSS in the site wide header code box. More info here… http://everwebcodebox.com/layout/navigation.html Try this for a start… <style type="text/css"> #navmenu_menu0 ul ul li a, #navmenu_menu0 ul li.active li a, #navmenu_menu0 ul li:hover ul li a, #navmenu_menu0 ul li.hover ul li a { padding-left: 10px;} /*space drop down link text a little to the right*/ </style> Adjust the value for padding-left to suit. If you need more info you would need to publish the URL to the site so that I can look at the code. ------------------------------- Roddy Website: http://everwebwidgets.com Contact: http://everwebwidgets.com/ewWidgets-home/contact.html NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own. |
|
| Post Reply |
| You must login or signup to post. |
