[Support request] Align photo and title in HP

Home Forums Support [Support request] Align photo and title in HP

Home Forums Support Align photo and title in HP

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1508284
    Anna De Simone

    In these days of quarantine I’m improving the look of my site, but isn’t easy… so, I ask for help one more time.

    I can’t align titles and photos of posts in HP.
    I would like an effect like screen shot, with a standard space or standard number of letters for the title.

    Thanks to all and good luck to all.

    #1508307
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (min-width: 769px) {
        .blog .inside-article, .archive .inside-article {
            display: flex;
            flex-direction: column;
        }
        .blog .entry-header, .archive .entry-header {
            display: flex;
            flex-direction: column;
            flex-grow: 1; 
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #1508392
    Anna De Simone

    thanks Leo, once again you have been decisive!

    #1508398
    Leo
    Staff
    Customer Support

    No problem 🙂

    #1515958
    Anna De Simone

    Hi Leo, the css don’t work for new contents published.

    #1516020
    David
    Staff
    Customer Support

    Hi there,

    can you share a link where i can see the issue?

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