Okay
  Public Ticket #2649432
AUTO TYPE SIZE
Closed

Comments

  • Briantomato started the conversation

    Hello Support Team

    Can you advise me how I can change the size of autotype text in both desktop and mobile? The size of the whole sentences, not only the moving text

    Thanks!

  •  1,558
    Laborator replied

    Hi Briantomato,

    In the WordPress admin area go to Laborator > Typgraphy and select the font you're using for the auto-type, scroll down and click on + Add New Selector then add this selector to the newly created field:

    .wpb_wrapper .auto-type-element
    

    Set a font size for desktop and mobile from there.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Briantomato replied

    Great work Art. I can now change the size.

    By the way, can you advise me how to arrange 2 client logos per row (on mobile) for the clients section (homepage)?

    Currently it shows 1 item per row (mobile) and 4 items per row (desktop) and I am using agency demo theme. Looking forward to your feedback.

  •  1,558
    Laborator replied

    Hi again,

    Add this CSS to Custom CSS > Responsive > Extra Small (XS):

    .logos-holder .client-logos-col {
        width: 50% !important;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group