Forums

WP Photo Album Plus
[resolved] How can I left justify slideshow photos in sidebar widget? (3 posts)

  1. jeffwiththejams
    Member
    Posted 4 months ago #

    I'm putting together a site at danzpartychicago.com.

    I would like to try left-justifying the slideshow photos in the sidebar widget.

    In Google Chrome, I can see the code for the wppa-container and can click off the 'margin-left: auto;' and get it to do what I want.

    I'm guessing this is generated by other code which, because I'm a novice at .css, I haven't yet found in order to make the modification.

    Can someone point me in the right direction?

    http://wordpress.org/extend/plugins/wp-photo-album-plus/

  2. opajaap
    Member
    Posted 4 months ago #

    Try this:

    .sidebar .wppa-container {
    margin-left: 0 !important;
    }

    somewhere in a css, e.g. common.css to be found somewhere in your theme.

  3. jeffwiththejams
    Member
    Posted 4 months ago #

    Aha! This worked perfectly. Thank you very much for your help!

Reply

You must log in to post.

About this Plugin

About this Topic