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

    Hello,
    I am having an issue with the title and excerpt not adjusting responsively in the accordion slider – on mobile phones, the excerpt is cutoff completely because it is too long (and if the title was any longer in characters, that is cut off too). On Desktops, the title and excerpt are really small (and if I make the font size larger, the title and the excerpt are cutoff on mobile phones). How can I make the font scale responsively so I can make the font size really large on both desktop and mobile without it being cutoff?

    my dev site is: http://www.peacecanhappen.org
    I also attached a screenshot of the accordion slider on a mobile phone.

    screenshot

    #557461

    Hey jaredbraverman!

    adjust it’s height for mobile by using this code inside of Quick CSS field:

    @media only screen and (max-width: 767px) {
    div#accordion_slider_0 {
    height: 300px;
    }
    .aviaccordion.aviaccordion-title-active.av-animation-active {
    height: 300px;
    }}
    

    Hope this will help!

    Best regards,
    Andy

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