• Resolved vsolanic

    (@vsolanic)


    First of all, many thanks for a great plugin. It really saves a lot of work!

    However, since some time I had an issue with aligning the album (I use Google photos) titles on the album thumbnail and I cannot figure out how to change this. I display available albums on a page (Fotogaléria – SKM (skmbrussels.be)) and on the front page I display only four latest albums in a widget (SKM (skmbrussels.be)).

    Any help with this issue would be very appreciated!

    Vladimir

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    You seem to have added this in your code, which is causing the issue:

    .photonic-thumb .photonic-title-info { 
    position: absolute;
    bottom: 13px;
    left:10px;
    width: 86%;
    }

    The two lines where you have added bottom: 13px; and left: 10px; are causing the misalignment. If you remove the lines, you will be fine.

    Thread Starter vsolanic

    (@vsolanic)

    Thank you so much for such a prompt response and for solving the issue! Indeed, there was a piece of a CSS code, which I had used to format the albums in the right panel of the front page, but I have forgotten about in the meantime.

    Have a good day!

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