Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Slider not displaying correctly on mobile devices #1407
    Anotherdagou
    Participant

    Hi, you can change the font and padding of the description text for better results.

    Note.- Be careful with the css that you write on the WP editor, a bad character could create an error, so you’re styles couldn’t apply correctly.

    @media screen and (max-width:768px) {    
    	/* Slide on Mobile */
        .ht-slide-caption {
        	left: 0;
        	width: 100%;
        	margin-left: 0;
        } 
    
      .ht-slide-cap-desc {
        	padding-left: 12px;
        	padding-right: 12px;
    	font-size: 16px;
      }
    }
Viewing 1 post (of 1 total)