Hello again!
Regarding your issuess:
1. You have missing css in you template.css file and parallax background doesn't work.
Please add the following code into css/override.css file (first enable this override option from Template Options -> Advanced tab):
- Code: Select all
#gk-bottom-section {
background-attachment:fixed!important;
}
2. If you want to have parallax effect on mobile/tablets, please
remove the following fragment from Musicstate/css/tablet.css file:
- Code: Select all
body #gk-bg #gk-bottom-section,
body.frontpage #gk-bg #gk-bottom3,
body.frontpage #gk-bg #gk-dark-bottom {
background-attachment: scroll!important;
}
3. Add the following code into override.css file:
- Code: Select all
.gk-grid-element .gk-avatar > span > em {
top: 10%;
}
4. Try to add this code into tablet.css file to remove red background:
- Code: Select all
#gk_grid-1 .gk-nsp-cols-1 .gk-nsp.grid-big-img .gk-nsp-image-wrap a {
width: 674px;
}
5. This button "ЗАБРОНИРОВАТЬ" is covered by your image. Generally it's you custom code so I can't help you with that, but you should add position:absolute - it should helps
6. Please use the tablet and mobile.css file and add custom css to position the arrows properly, regarding the one horizontal line on mobiles - so do you want to have the same layout as on the desktop? with 2 columns?
7. Regarding the next/previous post, please check this article:
http://codex.wordpress.org/Function_Ref ... _post_link