• Resolved cassiehtn

    (@cassiehtn)


    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 to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author simonpedge

    (@simonpedge)

    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

    (@cassiehtn)

    It works ! Thanks

    Plugin Author simonpedge

    (@simonpedge)

    Good to hear! 😉

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

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