Hi Ciaran,
The scrolling of the menu is working quite good. There is only a little problem. When you scroll very slowly down the website, there is point where the menu switches between "normal" and "scrolled" and back to "normal" and back to "scrolled" and so on... like a stroboscope. Is there a possibility to stop this behavior? It looks like that this problem occurs when you are visiting the website the first time after closing the browser. This strobe-effect disappears after completely scrolling down the page.
Here is the current custom.css:
#container_header {
background: rgba(255,255,255,.75) !important;
}
.hornav a:hover {
text-decoration: underline !important;
}
.logo {
display: flex;
justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
.logo {
justify-content: center;
}
}
#container_base1_modules, #container_base2_modules {
color: #555555 !important;
}
#container_footer {
display: none;
}
.scrolled #container_header {
position: sticky;
}
.scrolled .logo-image {
max-height: 50px;
}
.scrolled .logo {
padding-block: 5px;
}
.layerslideshow133 .layerslideshow-caption {
text-align: justify;
}
/* titillium-web-regular - latin-ext_latin */
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 400;
src: url('../fonts/titillium-web-v10-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/titillium-web-v10-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/titillium-web-v10-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/titillium-web-v10-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/titillium-web-v10-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/titillium-web-v10-latin-ext_latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-600 - latin-ext_latin */
@font-face {
font-family: 'Titillium Web';
font-style: normal;
font-weight: 600;
src: url('../fonts/titillium-web-v10-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/titillium-web-v10-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/titillium-web-v10-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/titillium-web-v10-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
url('../fonts/titillium-web-v10-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/titillium-web-v10-latin-ext_latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}