Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #748717

    Hi,

    Looking for some advice to my problem of the slider content being cropped off on mobile devices. I’ve tried tweaking min margins and padding but it doesn’t seem to make a difference. Any advice would be welcome!

    David

    #750355

    Hey dhobbs1978,

    Add the following into the Quick CSS section and let me know if this works.

    @media only screen and (max-width: 479px){
    .responsive #top .slideshow_caption .avia-caption-content {
    font-size: 11px !important;
    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : portrait){
    responsive #top .slideshow_caption .avia-caption-content {
    font-size: 11px !important;

    Best regards,
    Jordan Shannon

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