Tagged: slider
- This topic has 5 replies, 2 voices, and was last updated 7 years, 8 months ago by morneh15.
Viewing 6 posts - 1 through 6 (of 6 total)
-
AuthorPosts
-
February 20, 2017 at 5:18 pm #110315morneh15Participant
Hi Guys
Can we please fix this for mobile view. Slider Text jumping under menu and logo on Homepage.
Please provide temporary solution to keep the txt or slider below the menu header area.Please see details circled in screenshot:
February 20, 2017 at 5:47 pm #110316morneh15ParticipantUpdate: As soon as the site loads on mobile browser it’s fine, seconds after fully loaded, the text jumps up.
I’ve forced it down with the CSS:
.slide-inner { position: absolute; top: 70%; left: 0; right: 0; text-align: center; z-index: 2; width: 100%; min-height: 260px; padding-top: 5px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
Please see if able to permanent fix.
Thanks
February 21, 2017 at 9:38 am #110356February 21, 2017 at 11:32 am #110369morneh15ParticipantHere’s the link. I’ve removed the CSS code for now to show the problem.
February 21, 2017 at 1:13 pm #110378MaheshParticipant@morneh15: Add the following CSS:
@media screen and (max-width: 1024px) { #slideshow { margin-top: 160px; } } @media screen and (max-width: 767px) { #slideshow { margin-top: 185px; } }
Regards,
MaheshFebruary 21, 2017 at 1:59 pm #110386morneh15ParticipantThank you! 🙂
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)
- The topic ‘Slider Text jumping under menu and logo on Homepage’ is closed to new replies.