-
AuthorPosts
-
April 26, 2025 at 8:19 am #1483205
Hello everyone.
I have created a portfolio of movies here:
Link below:
When I open this link (on the PC) I can scroll between the pages which also fits.
My question: Why don’t I see these scroll buttons on mobile?
Thanks for your info
Best regards
FranzApril 26, 2025 at 1:57 pm #1483211Hey schweg33,
These are hidden on mobile devices, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 325px) { .responsive #top .avia-post-nav { display: block; top: 20%; } } @media only screen and (min-width: 325px) and (max-width: 380px) { .responsive #top .avia-post-nav { display: block; top: 23%; } } @media only screen and (min-width: 381px) and (max-width: 450px) { .responsive #top .avia-post-nav { display: block; top: 25%; } } @media only screen and (min-width: 451px) and (max-width: 767px) { .responsive #top .avia-post-nav { display: block; top: 38%; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeApril 26, 2025 at 7:28 pm #1483232Hello Mike
Super Thank you very muchWould it be possible that the tooltip is not displayed during mouse over?
best regards Franz
April 26, 2025 at 8:11 pm #1483234Hi,
Add this css:.avia-post-nav:hover .entry-info-wrap { width: 0; }Best regards,
MikeApril 26, 2025 at 9:11 pm #1483238Hi Mike unfortunately this does not work for me
although I have tried all typesApril 26, 2025 at 9:22 pm #1483239April 26, 2025 at 9:51 pm #1483240I mean the narrow black
thank you for my whiteApril 26, 2025 at 10:02 pm #1483241Hi,
I added this to your child theme functions.phpfunction custom_script() { ?> <script> (function($){ $(".avia-post-nav").hover(function(){ $(this).removeAttr("title"); }); })(jQuery); </script> <?php } add_action( 'wp_footer', 'custom_script', 99 );please check now.
Best regards,
MikeApril 27, 2025 at 7:30 am #1483249Hello Mike
Thank you very much
Now everything fits perfectlyYou can delete this ticket
kind regards
Franz -
AuthorPosts
- The topic ‘Scroll mobile left and right’ is closed to new replies.

