Home Forums WordPress Themes – Premium Circumference Widgekit Slide Show has a margin at left.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15220
    Mark Carter
    Member

    I followed your support instructions for creating the Widgekit Slideshow but there’s a margin at the left side of it and I don’t know where it’s coming from. Suggestions on what I should do?

    Using Circumference and

    http://mfcarter.net/blog/

    #20028
    Sushil Adhikari
    Moderator

    Ah… something I forgot about when using the widgetkit slideshow. I realized the other day some people may want to use the default slideshow skin (style) which I did not provide any theme adjustments for that style that comes with the slideshow. If you want to use the default style, you need to add one small bit of custom CSS to your site like this:

    #cir-banner li {
    margin-left: 0;
    }

    You are using Jetpack I see, so add that code to your Jetpack’s Edit CSS. The above CSS will also handle any other slider that uses a list style for their slides and removed the left margin (which is what you are seeing) that is associated with the basic list styles in this theme.

    By the way, I like the fractal artwork.

    #15221
    Mark Carter
    Member

    Thanks! That’s solved the problem. 😉

    I saw the default slideshow skin but there were no other options other than default from the menu so I left it alone.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.