Topic: Half Page Intro
nihongoshark pro asked 7 years ago
Marta Wierzbicka staff answered 7 years ago
Hi,
Change this CSS code:
.intro-1 {
height: 1050px;
}
@media (min-width: 770px) and (max-width: 1025px) {
.intro-1 {
height: 750px;
}
}
@media (max-width: 740px) {
.intro {
height: 600px;
}
}
to this:
.jarallax {
min-height: 50vh;
}
Best,
Marta
nihongoshark pro commented 7 years ago
Thanks! That worked. I see how I made a mistake.Marta Wierzbicka staff commented 7 years ago
You're welcome.Marta Wierzbicka staff answered 7 years ago
nihongoshark pro commented 7 years ago
Sure thing. This link should work: http://64.187.163.117:8078/ If not, I can copy-paste the source html. It's just a homepage at the moment. As you'll notice, when the window is in fullscreen you can see the text while also seeing the banner image. However on a mobile phone it maintains full screen. And I can't see the text without scrolling down. I've tried changing the way the image displays with media queries but haven't had any luck so far. Any help would be awesome. Thanks.Marta Wierzbicka staff commented 7 years ago
Could you send me HTML file to m.szymanska@mdbootstrap.com because this link above doesn't work.nihongoshark pro commented 7 years ago
Sure, no problem.FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- ForumUser: Pro
- Premium support: No
- Technology: General Bootstrap questions
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No