My site is http://career.guru99.com/

I am using Wordpress 3.6

some content like bullets in document is hide because of advertise in Wordpress.

You can check here what i am talking about - http://screencast.com/t/W9Px6SUqpT

so how can i overcome this issue. i am facing this problem from 4 months but still not getting any solution.

Please suggest your ideas and solution so i can solve this issue.

Please help

Recommended Answers

All 2 Replies

It would help if the CSS page were available.

can you give the link of the page where you are facing this error??Because i can't find page with css questions.
By the way solution is pretty simple.just add padding before ordered list something like this in your css:-

ol{
padding:10px;
}

If you have written this inside a div element then try to do this usng class or id of the element.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.