I bought the template Stella for Joomla4 (version 1.0.4).
I installed the DemoInstaller by copying all the files to a web environment and then start the installer. The website is installed in Joomla version 4.2.8. So far so good.
But when I open the website the template example style 6 has a problem with the logo. The logo is not above the menu but placed over the main menu and the slider.
I see a strange inline css is the cause of this. But can't find this style anywhere?
@media only screen and (min-width: 768px) {
#container_header, .sticky-wrapper {
position: absolute;
}
}
In the backend there is a warning "There are tables not up to date".
I get twice the same warning for Joomla cms - database version 4.2.7-2022-12-29 - Manifest version 4.2.8.
Therefore I do an update structure and then it's good.
After the structure update I can update Joomla from 4.2.8 to 4.3.4.
But the problem with example style 6 stays the same.
I know how I can set another style in template 6. But what is the cause of the code I mentioned above (container_header)?
Thanks
Kees