Title: Owl-dot display vertically inline
Last modified: July 2, 2018

---

# Owl-dot display vertically inline

 *  Resolved [cassiehtn](https://wordpress.org/support/users/cassiehtn/)
 * (@cassiehtn)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/owl-dot-display-vertically-inline/)
 * Hi guy,
 * Thanks for the plug, awesome !
 * However, the owl-dot display vertically .. And we can’t override it in CSS. Have
   you got an idea to fix this ?
 * Regardless
 * PS : May the force be with you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fowl-dot-display-vertically-inline%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * (@simonpedge)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/owl-dot-display-vertically-inline/#post-10457023)
 * It appears that your theme (Tailor theme) has the following CSS, which is causing
   this issue:
 *     ```
       .main-sidebar input, button, select, textarea {
       width:100%;
       }
       ```
   
 * This is causing your issue – the ‘button’ CSS element is being given a width 
   of 100%. You need to over-ride this with some new CSS:
 *     ```
       .owl-dots button {
       width:auto !important;
       }
       ```
   
 *  Thread Starter [cassiehtn](https://wordpress.org/support/users/cassiehtn/)
 * (@cassiehtn)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/owl-dot-display-vertically-inline/#post-10457853)
 * It works ! Thanks
 *  Plugin Author [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * (@simonpedge)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/owl-dot-display-vertically-inline/#post-10457858)
 * Good to hear! 😉

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Owl-dot display vertically inline’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slide-anything.svg)
 * [Slide Anything - Responsive Content / HTML Slider and Carousel](https://wordpress.org/plugins/slide-anything/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slide-anything/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slide-anything/)
 * [Active Topics](https://wordpress.org/support/plugin/slide-anything/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slide-anything/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slide-anything/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [simonpedge](https://wordpress.org/support/users/simonpedge/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/owl-dot-display-vertically-inline/#post-10457858)
 * Status: resolved