Thanks for that.
Based on your help my final custom CSS is as follows and the result can be seen at
www.whitchurchwaterway.uk.
The main menu has separators created with the extra padding so now there is no need for the "Text Separator" menu items.
I think this menu style takes full advantage of the Florence template style for this relatively simple charity site.
/*-----------------------------------------------------------------------------------*/
/* Custom CSS */
/*-----------------------------------------------------------------------------------*/
.hornav ul {
margin: 0;
}
.hornav ul ul {
display: inline !important;
}
.hornav > ul > li.item-565 {
padding-bottom: 20px;
}
.hornav > ul > li.item-542 {
padding-bottom: 20px;
}
.hornav > ul > li.item-558 {
padding-bottom: 20px;
}
.base-1 a:link {
color: #8bc4e0;
}
.base-2 a:link {
color: #8bc4e0;
}
.base-1 a:hover {
color: #ffffff;
}
.base-2 a:hover {
color: #ffffff;
}
.base-1 a:visited {
color: #292e1e;
}
.base-2 a:visited {
color: #292e1e;
}
I had no luck putting "hidden-phone" and/or "hidden -ablet" into the Module parameters (had no effect in "Module Class Suffix"
so instead in the Custom HTML code I used this:
<div class="hidden-tablet hidden-phone">
<p><img style="margin-right: auto; margin-left: auto; display: block;" alt="wwtlogo inv150" src="/images/wwtlogo_inv150.png" /></p>
</div>
This works but mysteriously there is a small range of screen widths where the logo is still visible at the base of the responsive smaller screen menu.
So all sorted now.