Hi everyone,
I am trying to get the home page of my site fixed in place without moving up and down, does anyone know how can I go about it, thank you in advance.
Hi everyone, I am trying to get the home page of my site fixed in place without moving up and down, does anyone know how can I go about it, thank you in advance. |
No sure where you put the css to add a background to the home page. But you also need to add the css https://www.deanbassett.com |
I think it is in common.css Geeks, making the world a better place |
Yea. however he stated "home page" https://www.deanbassett.com |
templates\base\css\index.css or in your 3rd party template.. Place the body css in there. https://dolphin-techs.com - Skype: Dolphin Techs |
Thanks everyone for the support, it works is: template/template you are using/css/common.css code to be added: background-attachment:fixed; just in case someone else is looking for the same answer, thank you all. |