badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Slider Text Display on Mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #54129
    patrick.nwakogo
    Participant

    Hello,

    Please, I noticed that on mobile the text on the slider disappears. What can I do to resolve that as I want the text to show on all screens?

    Thanks

    #54138

    Hi Patrick-nwakogo,

    Please add below custom css code to display the featured title and content of the slider.

    @media only screen and (max-width: 1078px) {
    	.featured-text .featured-title,
    	.featured-text .featured-content {
    		padding: 8px;
    	}
    	.featured-text .featured-title {
    		font-size: 13px;
    		line-height: 10px;
    	}
    	.featured-text .featured-content {
    		line-height: 18px;
    	}
    }
    @media only screen and (max-width: 767px) {
    	.featured-title, .featured-content {
    		display: block;
    	}
    }

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.