I try to use jscrollpane (scrollable view of a component) on my content div.
But when I "wrap" the scroll-panel div the margins gets messy in my content div.
Right now the scrollbar is on top of the text.. I want to have 5-10px margin between text
and scrollbar..
http://awesomescreenshot.com/05021wkw45
http://planeta.se/luiza/exempelsida/
Vidyut Kale answers:
This is looking fine to me. Either you applied the fix or perhaps browser issue?
Balanean Corneliu answers:
#content p, #content .entry-title {
color: #FFFFFF;
margin-right: 10px;
padding-left: 10px;
text-align: justify;
text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}