Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Scrollable div WordPress

  • SOLVED

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/

Answers (3)

2013-12-05

Manlio Ma answers:

change padding on style.css

try this

.entry-content, .entry-summary {
clear: both;
padding: 12px 14px 0 0;
}


Tanky comments:

thanx! it works fine!

2013-12-05

Vidyut Kale answers:

This is looking fine to me. Either you applied the fix or perhaps browser issue?

2013-12-05

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);
}