• Hi – not come across this before with your plugin- which I use a lot – but brand new install 5.4.1 etc and your plugin used shortcode within a widget – showing 2 blog posts side by side – for some reason it added a horiz scroll bar

    digging into css and code it looked like this was the culprit

    .pt-cv-colsys {
    margin-left: -15px;
    margin-right: -15px;
    }
    so added in my own CSS

    .pt-cv-colsys {
    margin-left: 0px !important;
    margin-right: 0px !important;
    }

    which solved the extra horiz space

    as I said odd – but in case anyone else gets stuck with this

    thank you
    Sarah

Viewing 1 replies (of 1 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hi Sarah,
    Thank you for contacting us.

    This CSS was added before 5.4.1:
    .pt-cv-colsys {
    margin-left: -15px;
    margin-right: -15px;
    }

    I suspect that other styles on your site caused the scroll bar.
    We can prevent that styles from affecting our view, or use your CSS (thank you for sharing that).

    Best regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Causing a scroll bar’ is closed to new replies.