Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #725465

    Hi there,

    I got a message from someone saying the testimonials aren’t shown the right way on a samsung tablet.

    Also the, blog titles are being cut off on the front page.

    I am including some screenshots below.

    Are these issues you can help me with?

    Maaike

    #725470

    Hey MaaikeVVV,

    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: 1024px) {
    body div .avia-testimonial {
        display: block;
        width: 100%!important;
        border: none;
    }}
    @media only screen and (max-width: 990px) and (min-width: 481px) {
    h3.av-masonry-entry-title.entry-title {
        font-size: 20px!important;
    }}
    

    Best regards,
    Yigit

    #725479

    Wow, that’s quick!! Thanks Yigit!

    I have asked that person to check it again :-)

    In the mean time.. do you know why the menu is sticky in firefox, but sliding in chrome and safari? I prefer the firefox behaviour very much….

    #725481

    Hey!

    Header is sliding on my end on both Firefox and Chrome. Please go to Enfold theme options > General Layout and make sure that you chose “Always sticky” option – http://i.imgur.com/P10lzVZ.png

    Regards,
    Yigit

    #725506

    Tx again :-)))

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Testimonial grid on tablet’ is closed to new replies.