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

    Hi,

    I have a website where I am having a little difficulties with the title, caption and button on mobiles.
    Any suggestions for a quick fix for this?

    #765476

    Hey luckylobo10,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    @media only screen and (max-width:767px) {
      #top .av_slideshow_full .avia-slideshow-inner {
        height: 300px !important;
      }
    
      #top .av_slideshow_full li img {
        height: 300px;
        width: auto;
        max-width: none;
      }
    
      #top .av_slideshow_full .slideshow_caption {
        padding-top: 20px !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

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