Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kundan Yevale

    (@kundanyevale)

    You need to change them style.css file, where you write sidebar class or id css. Or you can create your own class and apply it in sidebar div. If steel you face problem send me your site address, where you facing problem.

    Thread Starter wpdesignshop

    (@wordpressdesignshop)

    It is the java that writes the image for your plugin that writes the image code.

    likesaregood.com/blog is the site.

    Just want the image to center under the titles. I could find css for the title in your plugins but not image.

    Plugin Author Kundan Yevale

    (@kundanyevale)

    just open css/sliderman.css in recent-post-thumbnail-slider plugin folder and go to line number 53 and edit #rpswContainer_2{
    width:auto;
    }
    with
    #rpswContainer_2{
    width:auto;
    margin-left:10px;
    }
    here you can increase margin-left:10px, what is set with your them sidebar.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center widget’ is closed to new replies.