29 comments found.
Also when it becomes mobile the menu bar resolution goes to 70px by javascript, where do i change it? i want to change to 80 or 90px.
Thanks
Hi ! in file style.css
.navigation{
float:left;
position:relative;
height: 70px;
z-index: 100;
width: 100%;
background: #212121;
border-bottom: 1px solid #101011;
}
I changed in this part and worked very well:
Tablet / netbooks
—-—-—-—-—-—-—-—-—-—-—-——-*/
@media only screen and (max-width: 959px) {
.navigation{ height: 70px; }
Thanks a lot!!!
Hello,
The fields names in the contact form on IE8 don’t appear, theres any quick way which i can fix it? i have some knowledge in html/css/js…
Thanks
if you have problems with setting up this plugin – write
Worked very well, thank you so much
hi, incredible theme 
- just one thing, ive send you a email about a issue running on iphone… the full image in the intro section isnt display correctly. how can i get support about it. Thnks for that great job 
hi!
in file style.css after
and
.
@media only screen and (-webkit-min-device-pixel-ratio: 2)
.
@media only screen and (max-width: 959px)
add this
.slides-big-img , #ticker-bg , #testimonials, #contacts, #single-page-head {
background-attachment:scroll !important;
-webkit-background-size:cover;
}
