Title: CSS Styling?
Last modified: September 3, 2018

---

# CSS Styling?

 *  Resolved [gore.m](https://wordpress.org/support/users/gorem/)
 * (@gorem)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/css-styling-35/)
 * Hello,
    is it possible style chat window little via CSS? Thanks you

Viewing 1 replies (of 1 total)

 *  Plugin Support [olektidio](https://wordpress.org/support/users/olektidio/)
 * (@olektidio)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/css-styling-35/#post-10651025)
 * Hi there,
 * There are a few options possible – you can move the chat up, down and to the 
   sides using this script. It contains a media query for mobile devices. You can
   adjust it, so it moves just the widget on smaller screens.
 * Here’s a full script:
 *     ```
       #tidio-chat iframe { bottom: 0px !important; }
       @media only screen and (max-width: 980px) {
           #tidio-chat iframe { bottom: 2.5em !important; }
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘CSS Styling?’ is closed to new replies.

 * ![](https://ps.w.org/tidio-live-chat/assets/icon-256x256.gif?rev=3465139)
 * [Tidio – Live Chat & AI Chatbots](https://wordpress.org/plugins/tidio-live-chat/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tidio-live-chat/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tidio-live-chat/)
 * [Active Topics](https://wordpress.org/support/plugin/tidio-live-chat/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tidio-live-chat/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tidio-live-chat/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [olektidio](https://wordpress.org/support/users/olektidio/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/css-styling-35/#post-10651025)
 * Status: resolved