• Resolved gargarou

    (@gargarou)


    This is a request, not a bug.
    Have installed and set up an album and it looks great, but I have one small issue. The album name is aligned with the menu and page title but the images are indented. Is there a way to line up the images with the titles and menu? I am building a site that has no side bars and it doesn’t look right with the indent. If possible, could you point me to the piece of css code, that would help a lot,

    thanks for your help, Pete

    https://www.ads-software.com/plugins/easy-photo-album/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author TV productions

    (@tv-productions)

    Does the intent also show up when you have just an ordinary post or page? If that is the case, then your theme adds some padding to the post container and you should look into your theme’s css.

    Else, you can try adding this css somewhere:

    .epa-album .epa-row .epa-image:first-child {
        margin-left: 0;
    }
    
    .epa-album .epa-row .epa-image:last-child {
        margin-right: 0;
    }

    Thread Starter gargarou

    (@gargarou)

    Thanks for your quick response, much appreciated. I am using the standard twenty-twelve theme which seems to allign everything else on the page – text and even a standard wordpress gallery created on the media upload panel.
    I tried putting in your CSS at the end of the photo album template CSS file but it made no difference. Then I tried changing to the twenty-fourteen theme and the alignment was fine, images lined up under the title and menu etc.
    So it must be something to do with the twenty-twelve theme and not your issue. I’ll try to fix it but I’m a total CSS amateur, so not much hope!

    thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘left margin photo allignment’ is closed to new replies.