• When viewing the home page on phones the home page slider ‘read more’ button doesn’t work. Only the header links. I noticed this not only on my site, but the Uniform Demo site.

    Does anyone know how to make the ‘read more’ buttons work?

Viewing 1 replies (of 1 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hi rica830,

    Please add the following code in custom css to fix the issue:

    #homepage-slider .bx-pager {
      bottom: 0;
      line-height: 0;
    }
    
    #homepage-slider .bx-pager-item {
      bottom: 10px;
      position: relative;
    }
    
    #homepage-slider .bx-pager-item a {
      height: 12px;
      width: 12px;
    }

    Thanks ?? !

Viewing 1 replies (of 1 total)
  • The topic ‘Read more links on home page slider do not work on mobile view’ is closed to new replies.