• Hi there, I’m a huge fan and long time user of your theme but I’ve noticed you can’t click the home page slider posts when you are viewing the site on a mobile. Is there a way to make the entire text and image of the slider a link to the blog post?

    My website is https://www.goodgoonguide.com.

    Thank you very much!

    The page I need help with: [log in to see the link]

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

    (@wpgaint)

    Thank you so much for using our theme.

    Please add the following CSS on your style.css.

    
    @media screen and (max-width: 767px) {
    	.slider-section .slider-desc, .beside-caption {
        display: block;
        clear: both;
    }
    .slider-section .slider-desc {
        position: relative;
    }
    .slider-section .slide-title a {
        font-size: 16px;
    }
    .besides-block .beside-post {
        width: 50%;
    }
    .slider-section, .besides-block,
    .slider-section .slider-desc {
        background: #abaaaa;
    }
    .slider-section {
        margin-bottom: 15px;
    }
    }

    We hope this will help you.

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t click home page slider posts on mobile’ is closed to new replies.