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

    Hello!

    I am having an issue with the display on smaller tablet views of icon lists element in 4 columns. Wider than 767px, the screen shows 2 columns but text gets cut off. (At 1024px, it shows all 4 columns, so no problems.)

    How can I fix this so it looks better?

    Thanks in advance for your help.

    Julie

    #549338

    Hey Julie!

    Please add following code to Quick CSS

    @media only screen and (max-width: 990px) and (min-width: 767px) {
    .home #av_section_3 .av_one_fourth {
        width: 50%;
    }}

    Cheers!
    Yigit

    #550035

    Hey Yigit,

    Thanks for the snippet, but I am still seeing 2 columns squished over to the left with titles being cut off.

    If you have any other suggestions, let me know.

    Thanks!

    #550592

    Hi!

    Replied you here – https://kriesi.at/support/topic/enlarge-theme-button-font-size/#post-550591
    If that does not help, please let us know

    Regards,
    Yigit

    #550639

    Looks great now– THANK YOU!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Text cutting off on tablet views’ is closed to new replies.