• Resolved Oaz

    (@oaz)


    Hi there, nice plugin, thanks !

    I am customizing a template, but I cannot use google fonts on title/extract, is this possible ?

    And secondly : I’d like to find a way to set a minimun height to cards/photos.

    As it is now, they automatically adjust to title + extract height when side by side, but in some cases these are very short and the image is reduced accordingly in flat landscape template, as you may see here, bottom of the page : https://vie-digitale.com/cob4/

    and it does not look good …

    And as a suggestion : make the templates xml-file directly available through some link in the admin so we do not have to download the the theme and extract the file manually, this would be nice and easier to install and start with

    Thanks for

Viewing 1 replies (of 1 total)
  • Plugin Author Code Amp

    (@codeamp)

    Hey @oaz

    Sorry for the delay.

    In regards to the Google fonts, do you already have them added to you site?

    If so, we could probably achieve this with some custom CSS.

    Regarding the minimum height, as I can’t see the issue (I assume your removed our plugin from your link) I would suggest using custom CSS on the card to set it, something like:

    .cl-template {
        min-height: 500px;
    }

    To change the space taken up by the image, I would suggest using an aspect ratio to control the space that is taken:
    https://snipboard.io/Tlptxd.jpg

    Let me know how you get on.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Google fonts’ is closed to new replies.