Hi there,
I am currently building my page with the "Magnin" template (Joomla 4.0.5 / php 7.4) and have problems with a transparent sticky header menu:
In the template options I selected the "Fullwidth Center" header (60px header height). I made it partially transparent via CSS and added the following custom CSS:
.sticky-header-placeholder
{
height: 0px! important;
}
The aim should be that the page content, especially images, shimmer through the header. The page content should always start at the top of the screen behind the header.
This works with all browsers the first time the page is called up, but when you scroll, the page content moves down 60px depending on the browser or the Header is jumping up or down.
Firefox on the desktop shows the Problem sometimes, Samsung browser on the Android smartphone show the problem extremely, Chrome on Android seems to works.
How can you solve this problem?
Best regards