• Resolved easecarbuying

    (@easecarbuying)


    The scrolling text and read more buttons that overlay the slider images do not show up when on a mobile device. It shows a portion but not the most important thing, the button with link.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, Button are hidden on mobiles.

    @weblizar, is there a way to display the buttons on mobile, even with the paid version of the theme?

    Nevermind, found the answer here:

    https://wordpress.org/support/topic/mobile-version-not-showing-anythin?replies=7

    And I edited mine to be:

    @media only screen and (min-width: 200px) and (max-width: 639px) {
    .carousel-list li {
    font-size: 9px;
    overflow: hidden;
    font-family: '
    padding: 5px;
    line-height: 8px;
    display: block;
    }
    .carousel-text h1 {
    margin: 0 0 0px 0;
    padding: 5px;
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    line-height: .line-height: 8px;;
    }
    .carousel-text .enigma_blog_read_btn {
    font-size: 10px;
    display: inline-block;
    padding: 3px;;
    }
    
    }
    
    @media only screen and (min-width: 640px) and (max-width: 800px) {
    .carousel-list li {
    font-size: 12px;
    overflow: hidden;
    font-family: '
    padding: 5px;
    line-height: 12px;
    display: block;
    }
    .carousel-text h1 {
    margin: 0 0 0px 0;
    padding: 5px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    line-height: .line-height: 12px;;
    }
    .carousel-text .enigma_blog_read_btn {
    font-size: 12px;
    display: inline-block;
    padding: 3px;;
    }
    
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider on mobile devices not showing buttons’ is closed to new replies.