Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author david wolfpaw

    (@davidjlaietta)

    The issue most likely lies with how your theme handles images, as there aren’t any border styles for images in the plugin itself. I would look into your theme CSS to see if there is padding and border on images. You can also include some code to control the images that end up in the slider, with something like this:

    .flexslider img {
    padding: 0;
    border: none;
    }

    That code is making some assumptions about your site CSS, but it is a place to start.

    The pagination dots are on by default and would also only be hidden if there is other code telling it not to display, in a theme or plugin stylesheet.

    Thanks for using the slider,
    David

    Thread Starter pokieo

    (@pokieo)

    Hello!

    Thanks for the help. I looked through my there, and I found all of the appropriate places that were causing my issues. I even managed to get the dots to show.

    I have a new issue though, now that I have the content area set to the right size, and the title bar the right size, I have these two mysterious dots that have appeared. Also, is there a way to get the title bar to follow the size of the image? See screen shots.

    Thanks for your help,

    Tobiasz

    Screen shot 1

    Screen shot 2

    Screen shot 3

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Off center image’ is closed to new replies.