• Resolved Erica

    (@alexshields)


    I just updated to the newest version of wp-photo-album-plus and I love this plugin. Very simple and elegant and easy to use on top of that!

    One issue. ON the photo gallery page, the title of each gallery aligns differently. Some are aligned at the top left, some are pushed tot he bottom left based on what cover image is there. I really would like to decrease the covertext width to like 250px instead of 441px, so all of these will align top left and not get pushed below the image.

    Does that make sense?
    https://heritage-press.com/current-work/

    Thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    In your wp-content/themes/agency/style.css on line number 945 it reads:

    #content img, #content p img {
        border: 10px solid #f2f2f2;
    }

    The 10px is the problem, please disable the line as follows:

    /* border: 10px solid #f2f2f2; */

    and see what happens.

    Thread Starter Erica

    (@alexshields)

    Beautiful thanks!! No idea how you found that as the problem. I’d been looking all day. Thanks!!

    Plugin Author Jacob N. Breetvelt

    (@opajaap)

    Maybe 30 years of experience does something?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Photo Album Plus] Alignment of covertext on albums page’ is closed to new replies.