OnPoint2019 0 Share Posted January 18, 2020 (edited) Hi there, I would like to have 100vh on my home screen only, while still use indexes for my other pages , but with a smaller (not full screen) banner across the top. Is it possible to inject code to only my home screen, and what would that code be? I think it has something to do with this: Style Attribute { /* min-height: calc(100vh - 165px); */ } site.css:13:411703.tweak-index-page-fullscreen-first-page-only .Index-page--has-image:first-child, .tweak-index-page-fullscreen-pages-with-backgrounds-only .Index-page--has-image:first-child, .tweak-index-page-fullscreen-all-pages .Index-page--has-image:first-child { /* min-height: 100vh; */ } site.css:13:410834.tweak-index-page-fullscreen-first-page-only .Index-page:first-child, .tweak-index-page-fullscreen-pages-with-backgrounds-only .Index-page--has-image, .tweak-index-page-fullscreen-all-pages .Index-page { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; /* min-height: 100vh; */ } I would like it disabled for all of my of pages with the exception of the home screen. Thanks! Ron Edited January 18, 2020 by OnPoint2019 Link to post
0 tuanphan 8,964 Share Posted January 29, 2020 Can you provide link to homepage? You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Question
OnPoint2019 0
Hi there,
I would like to have 100vh on my home screen only, while still use indexes for my other pages , but with a smaller (not full screen) banner across the top.
Is it possible to inject code to only my home screen, and what would that code be?
I think it has something to do with this:
Style Attribute {
/* min-height: calc(100vh - 165px); */
}
site.css:13:411703.tweak-index-page-fullscreen-first-page-only .Index-page--has-image:first-child, .tweak-index-page-fullscreen-pages-with-backgrounds-only .Index-page--has-image:first-child, .tweak-index-page-fullscreen-all-pages .Index-page--has-image:first-child {
/* min-height: 100vh; */
}
site.css:13:410834.tweak-index-page-fullscreen-first-page-only .Index-page:first-child, .tweak-index-page-fullscreen-pages-with-backgrounds-only .Index-page--has-image, .tweak-index-page-fullscreen-all-pages .Index-page {
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
/* min-height: 100vh; */
}
I would like it disabled for all of my of pages with the exception of the home screen.
Thanks!
Ron
Edited by OnPoint2019Link to post
Top Posters For This Question
1
1
Popular Days
Jan 18
1
Jan 29
1
Top Posters For This Question
OnPoint2019 1 post
tuanphan 1 post
Popular Days
Jan 18 2020
1 post
Jan 29 2020
1 post
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment