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

    Please can you help me to display the copy and buttons on a mobile without getting cut off by the content below… I tried some css from another thread but it completely distored the mobile version… so guessing this is not right…

    @media only screen and (max-width: 320px) {
    .av_slideshow_full.avia-slideshow {
    min-height: 120px;
    }
    }

    #768196

    Hey!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {#top .avia-slideshow-button {
        margin-top: 0!important;
    }}
    

    Best regards,
    Yigit

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