Causing a scroll bar
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Causing a scroll bar’ is closed to new replies.