Edinn:
Find File: "/templates/gk_pixellove/css/template.css"
Find Line: 58 which is below
- Code: Select all
#gkNav { position: absolute; z-index: 1; height: 56px; background: transparent url('../images/dark/top_bg.jpg') repeat-x 0 0; width: 100%; box-shadow:0 0 9px #000; -moz-box-shadow:0 0 9px #000; -webkit-box-shadow:0 0 9px #000; }
Change z-index: 1; to higher value something like z-index: 1000;
Save and upload your changed file.
Or Alternatively use below css in template settings > Advanced > Custom CSS
- Code: Select all
#gkNav { z-index: 1000; }