I am trying to apply this code
- Code: Select all
@media only screen and (max-width:580px){
#gkTop {
position: absolute;
top: 0px !important;
}
}
@media only screen and (max-width:680px){
#gkTop {
position: absolute;
top: 0px !important;
}
}
to all pages for mobile view except of the homepage, how can I achieve this ?
I have read this documentation https://www.gavick.com/documentation/joomla-templates/customizing-joomla-template/how-to-use-custom-code-javascriptcssphp-on-selected-pages/ But i didn't really help.
Here is the link to the website http://projects.lexart.me/mocha/
Hope for the help,
Thanks