Post Block Margin and Image Size

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #30383
    Crystal Hamilton
    Participant

    Hello,

    I added the following CSS to this page (http://www.kidfitstrong.com/inspire-2/) to add spacing between the image and the post content, and it worked but the indention is not taking for the second entry title line.

    .page-id-1014 .lae-module-6 .lae-entry-details .entry-title a {
    font-size: 24px !important;
    margin-left: 10px !important;
    }
    .page-id-1014 .lae-module .entry-summary {
    font-size: 18px !important;
    margin-left: 10px !important;
    }
    .page-id-1014 .lae-module .lae-module-meta {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 8px 10px;
    }

    Also, can you please help me adjust the image size to fit the post content length?

    Thanks

    #30385
    Crystal Hamilton
    Participant
    This reply has been marked as private.
    #30388
    Veena
    Moderator

    Pls modify the below custom CSS from

    .page-id-1014 .lae-module-6 .lae-entry-details .entry-title a {
        font-size: 24px !important;
        margin-left: 10px !important;
    }
    

    to

    .page-id-1014 .lae-module-6 .lae-entry-details .entry-title a {
        display: table-row;
        line-height: 1.2 !important;
        font-size: 24px !important;
        margin-left: 10px !important;
    }
    

    And add this to-

    .page-id-1014 .lae-module-6 .entry-title {
        margin-left: 8px;
    }
    
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Elementor Addons Support’ is closed to new topics and replies.