Tagged: x
-
AuthorPosts
-
January 11, 2017 at 8:05 pm #1326549
brendanduggan11ParticipantIs there anyway to raise the bottom scroll anchor button on integrity? It is off screen on my laptop.
I would also like to disable it on mobile.
Thank you.
January 11, 2017 at 11:34 pm #1326771
NicoModeratorHi There,
Thanks for writing in.
Add this in your Customizer > Custom > CSS:
.x-slider-scroll-bottom.bottom{
bottom: 145px;
}adjust the 145px to achieve position of your anchor icon.
To remove it from mobile,
@media (max-width: 979px) and (min-width: 768px) .x-slider-scroll-bottom.center { display: none; }Hope it helps.
Let us know how it goes.
Thanks.
January 12, 2017 at 11:06 am #1327427
brendanduggan11ParticipantThe code to move the scroll button worked. but the bottom code did not work. the scroll button is still appearing on mobile.
January 12, 2017 at 12:49 pm #1327565
JoaoModeratorHi There,
Replace the last code for:
@media (max-width: 979px) { .x-slider-scroll-bottom.center { display: none; } }Hope it helps
Joao
January 12, 2017 at 2:38 pm #1327694
brendanduggan11ParticipantThat worked. Thank You.
January 12, 2017 at 3:21 pm #1327760
JoaoModeratorGlad to hear it 🙂
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1326549 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
