Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1083842

    Hey Team Enfold,

    Unfortunately on smartphone and tablet all buttons slip down.
    How can I determine the height on smartphone/tablet?
    Please find link to the website in the private content.

    BR

    #1083885

    Hey ThomSchu,

    Add this to quick css:

    @media only screen and (max-width: 767px)  {
    .slideshow_align_caption h2, 
    .slideshow_align_caption .avia-caption-content{
    display:none!important;
    }}

    Best regards,
    Jordan Shannon

    #1084005

    Hey Jordan,
    wow – that was fast! But page shows no reaction to the code :/

    #1084384

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

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