Tagged: separator, white space
For some reason I am getting a horizontal line when I select the “Whitespace” styling of the Separator / White Space element.
An example is the dotted line that you’ll see at the bottom of the following page (Between “Click Here for More Free Behavior Charts” button and “Free Behavior Charts E-Newsletter” optin form):
http://latitudes.org/behavior-charts/
It is showing a dotted line, but it is supposed to just be a blank white space divider (http://snag.gy/jOwte.jpg).
Please advise.
Hi ACNLatitudes,
It’s coming from one of your plugins, vision-shortcodes.css, remove the following:
.hr {
clear: both;
border: 0;
height: 50px;
width: 100%;
background: url(images/shortcodes/bg-hr-dotted.png) 0 50% repeat-x;
}
Regards,
Rikard
Which plug in would that be? I have the same issue – dotted lines where before it was clear.
Where can I find that CSS?
Hi!
Please try de-activating your plugins one by one to find the culprit. You can also edit plugins and check their CSS files.
Cheers!
Yigit
thanks, Ygit,
sorry very embarrasing – I only have a handful of plug ins installed and sure enough Vision was one of them. I actually just deleted the line about the background image and I’m golden.