• I prefer/require the look of the full player type with the cover image enlarged above the track name when viewed from a mobile phone in portrait view. I DO NOT want the mobile layout to change for larger screens. Simply put I want the same (mobile) look of the full player on tablet and desktop. I know it requires an adjustment to the media query statement, but I’m not sure what to exactly modify. thank you.

Viewing 1 replies (of 1 total)
  • Plugin Support Fotis

    (@markwaregr)

    Hi there,

    you can add this <span class=”prokeys-snippet-text”>in your custom CSS box under Customize-?Additional CSS</span>

    <span class=”prokeys-snippet-text”>Let me know if this works for you.</span>

    	.ai-wrap .ai-control-wrap-thumb{
    		
    		width:100%;
    		margin-bottom:20px;
    	}
    	.ai-wrap .ai-control-wrap{display:block;}
    	.ai-wrap .ai-control-wrap-thumb img{width:100%;}
Viewing 1 replies (of 1 total)
  • The topic ‘Media Query Adjustment’ is closed to new replies.