Removing white-space for menu item link does it. Dont know where it is in Themler, maybe paragraph options for menu item links, menu item.
White-space at the bottom. Nowrap, inherit and some others makes same effect and good spacing.
.bd-menu-3.nav-pills .bd-menuitem-4 > a, .bd-menu-3.nav-pills .bd-menuitem-4 > a:link, .bd-menu-3.nav-pills .bd-menuitem-4 > a:visited {
border-radius: 0;
border-right: 1px dotted #333;
border-style: none dotted none none;
border-width: 1px;
color: #333;
cursor: pointer;
display: block;
font-family: "Palatino Linotype",Georgia,"Times New Roman",Times,serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 17.14px;
margin-left: 0;
padding: 0;
text-align: center;
text-decoration: none;
text-indent: 0;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: normal;
}
Removing white-space for menu item link does it. Dont know where it is in Themler, maybe paragraph options for menu item links, menu item.
White-space at the bottom. Nowrap, inherit and some others makes same effect and good spacing.
.bd-menu-3.nav-pills .bd-menuitem-4 > a, .bd-menu-3.nav-pills .bd-menuitem-4 > a:link, .bd-menu-3.nav-pills .bd-menuitem-4 > a:visited {
border-radius: 0;
border-right: 1px dotted #333;
border-style: none dotted none none;
border-width: 1px;
color: #333;
cursor: pointer;
display: block;
font-family: "Palatino Linotype",Georgia,"Times New Roman",Times,serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: 700;
line-height: 17.14px;
margin-left: 0;
padding: 0;
text-align: center;
text-decoration: none;
text-indent: 0;
text-shadow: none;
text-transform: none;
vertical-align: baseline;
white-space: normal;
}
Last edited 29 July 2015 by Stagger Lee