Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1231924

    At the bottom of the page: https://hervisgetmovin.si/aktivnosti-na-supu/ there are 10 SUp board photos. I would like to align them to bottom, so that the hights will vary at the topa and not at the bottom. In image styling I can only see the center, left, right or no special alignment options. Is there a way to solve this? Please help.

    #1232484

    Hey Matjaz,

    Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:

    .postid-2575 #av_section_1 .entry-content-wrapper {
        display: grid;
        grid-template-columns: repeat(5,1fr);
    }
    
    .postid-2575 #av_section_1 .entry-content-wrapper .av_one_full {
        grid-column: span 5;
    }
    
    .postid-2575 #av_section_1 .entry-content-wrapper .av_one_fifth {
        grid-row: span 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    Best regards,
    Nikko

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