• pwesling

    (@pwesling)


    Bastien — I’m lovin’ this plug-in — using it on 5 sites already. One issue: the little Calendar icon is aligned to the LEFT (see my home page: https://www.e-wavelengths.org), but the “add to calendar” links are aligned on the RIGHT — so they’re separated by a few inches. I think the Calendar icon should be next to the links, to better “explain” the relationships between them. Can you move the Calendar icon to the RIGHT (alongside the three links), or explain to me how to do this on my displays?

Viewing 1 replies (of 1 total)
  • Plugin Author Bastien Ho

    (@bastho)

    Right now, if you have the opportunity to edit some CSS, you can add the following:

    .eventpost-date-export {
        text-align: right;
        display: block;
    }

    As already told, we plan to add an option for many styles, but not yet implemented.

Viewing 1 replies (of 1 total)
  • The topic ‘Right-Align Calendar Icon with iCal/etc links’ is closed to new replies.