Showing 1 – 1 of 1 replies
vixar

Great work, but I want to know how can […]

vixar
8 years ago
hello, great work, but i want to know how can i do, that bg-images dont lose the heigth on screen as 21 "
ThemeGuru
ThemeGuru SELLER
8 years ago
Hi Vixar,

Put this on line 11 of the reponsive.css file after the closing bracket ( } )

.intro {
background-attachment: fixed;
}

That should do the trick,

Thanks!