• Resolved playdiune

    (@playdiune)


    Hello,
    In the mobile categories menu, is there no way to put some centerd symbols on top to warn people that the menu slides to the right and to the left?

    When the menu has many categories, it is sometimes imperceptible that there are more categories to the right, in addition to those that are visible.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @playdiune,

    Your required feature is not available in this current version, we will keep your requirement and will it to our upcoming updated version.

    If it’s urgently required then you can contact us through our official website for customization.

    Regards,
    Bibhu

    Thread Starter playdiune

    (@playdiune)

    For someone interested, I managed to solve the situation with some CSS:

    @media only screen and (max-width: 768px){
    .rpress-categories-menu::before {		
      display: block !important;	
      content: "\21E6  Swipe Left and Right \21E8";	
      text-align:center;	
      color: #cb7152;
      font-weight: bold;	
      padding-bottom: 5px;
    }
    }

    Thanks

    • This reply was modified 4 years, 1 month ago by playdiune.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile categories menu’ is closed to new replies.