Home › Forums › SKT Black/White Theme Support › Stationary Main Pictures
- This topic has 42 replies, 3 voices, and was last updated 6 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
January 11, 2018 at 8:38 am #91442
I am now seeing on a lot of web sites (102fraser.ca is our best example) where the video or picture being featured remains static while you scroll down. Is there a way of doing this with SKT White Pro?
January 11, 2018 at 8:50 am #91443Hi,
Kindly show us your website URL?
Regards,
BradJanuary 11, 2018 at 9:03 am #91444Opps…sorry..
https://defenseintelligence.net
January 11, 2018 at 9:03 am #91445Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.slider-main { position: fixed; z-index: 1; top:0;} .header { margin-top:630px; z-index:2;} .main-container { position:relative; z-index:2;} @media screen and (max-width:1023px) { .slider-main { position: relative !important; z-index: 1; top:0;} .header { margin-top:0 !important; z-index:2;} .main-container { position:relative; z-index:2;} }
Regards,
BradJanuary 11, 2018 at 9:08 am #91447Work of art…thank you sir.
January 11, 2018 at 9:13 am #91449Hi Terence,
If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/14/
Regards,
BradJanuary 11, 2018 at 9:20 am #91454There…best I could do on short notice.
Enjoy!
January 11, 2018 at 9:22 am #91455🙂
January 11, 2018 at 9:38 am #91459There now seems to be a glitch when scrolling down. I have tried it on two different browsers. When I get to the director message, it has a hick-up.
January 11, 2018 at 9:39 am #91461This is what is currently residing in the custom CSS:
a.arrow-down{display:none !important;}
#slider .top-bar a.contact, .contact-banner a { font-size:18px !important; margin-top:60px !important; padding:10px 20px !important;}
#services-box { min-height:250px;}
#services-box .read-more { position:absolute; margin:0 auto; left:50%; transform:translateX(-50%); -moz-transform:translateX(-50%); -webkit-transform:translateX(-50%); bottom:30px; transition:all 0.5s ease-in-out 0s;}
#services-box:hover .read-more { bottom:40px;}
.slider-main { position: fixed; z-index: 1; top:0;}
.header { margin-top:890px; z-index:2;}
.main-container { position:relative; z-index:2;}@media screen and (max-width:1023px) {
.slider-main { position: relative !important; z-index: 1; top:0;}
.header { margin-top:0 !important; z-index:2;}
.main-container { position:relative; z-index:2;}
}
.footer-col-3 h2 {font-weight: normal; font-size: 22px;}January 11, 2018 at 9:58 am #91463Hi,
Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.
Regards,
BradJanuary 11, 2018 at 11:18 am #91470If you go to defenseintelligence.net, you can see it for yourself. It isn’t anything that I can grab a screen shot of.
January 11, 2018 at 11:55 am #91475Hi,
Issue resolved. Kindly check and confirm.
Regards,
BradJanuary 11, 2018 at 12:00 pm #91477What was the problem?
January 11, 2018 at 12:14 pm #91480Hi,
Nothing, there was a problem of some css.
Regards,
Brad -
AuthorPosts
- You must be logged in to reply to this topic.