Goodnight I have decided to use joomla 4 but I have a problem on the home page, where the footer logo does not scroll down with the mouse. in the other pages of the site it works correctly attached image
Thank you
tstsistem Hi Kindly add some content on home page so it will scroll. There is no item to show on home. you can check the other pages like /demo4/index.php/about-us
The home page already has content, the banner and the text, but the footer does not go down. look at the demo of joomla 3 it does it correctly
https://constructoracodimo.com/demo2/
tstsistem The home page already has content,
Hi The content is only slider http://prntscr.com/26iqv0e that fill the view space already so nothing below to scroll.
I appreciate your collaboration to leave the joomla 4 template
It is important that you scroll so that the images can be seen in full. In the original demo it does it correctly https://photo.demo.gavick.com/
attached screenshot joomla 3
attached screenshot joomla 4
tstsistem Hi I Got your issue with scroll and shrink of footer area. I raised the issue to development team for a fix on it. I will update you here once it get fixed.
Thank you very much, I'll stay tuned
tstsistem Hi, You can open file templates\gk_photo\css\legacy.css
templates\gk_photo\css\legacy.css
Find this block
body { margin: 0; min-height: 100%; padding: 0; }
Change it to
body { margin: 0; padding: 0; }
Kindly check.
change the code and now if you lower the footer. The other problem is that when you go down with the mouse, the footer goes down a lot and the logo is lost.
In the original demo it does it correctly https://photo.demo.gavick.com/
tstsistem Hi, That because your removed content of #gk-footer. Can fix by adding this css
#gk-footer
#gk-footer { min-height: 55px }
manhta thank you very much, now if everything is correct