Increase Image Size Block Grid

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

    Hello,

    I need to increase the size of right block grids for block style 3. I need them to fill out space. I have a before and after screenshot below. Need to increase size for 3 blocks only. Please help.

    Thanks!

    #30159
    Veena
    Moderator

    Can you pls share the specific page link?

    #30167
    Crystal Hamilton
    Participant

    Hello Veena,

    I am currently working offline on the website for a client.

    #30176
    Crystal Hamilton
    Participant

    I’ve recently migrated the site to the live server. Here is the link: http://www.kidfitstrong.com/home/

    I am reconfiguring content, so please let me know if you need me to log out.

    Thanks

    #30180
    Crystal Hamilton
    Participant

    Here’s the updated screenshot…

    I need grids to look like the screenshot below. How can I accomplish this with CSS?

    Thanks.

    #30188
    Raghavendra
    Moderator

    Will need the site to be working to provide exact CSS. Currently the site says it is under construction. Looks like we need the login to see the page. Pls provide the same in a private message here.

    #30198
    Crystal Hamilton
    Participant
    This reply has been marked as private.
    #30199
    Crystal Hamilton
    Participant

    We have customers and sponsors already visiting the page for more information. Please don’t disable maintenance mode if you can help it.

    If you absolutely have to, I understand.

    Thanks

    #30206
    Veena
    Moderator

    Pls use the below custom CSS in plugin settings > custom CSS and check –

    .lae-grid-item .lae-module-1.format-standard.has-post-thumbnail.ast-article-single {
        padding: 0;
    }
    
    #30216
    Crystal Hamilton
    Participant

    Hello,

    That helped to increase the size on the left part of the grid, but I need to also increase the size of the 3 grid boxes. How do I increase the 3 grid boxes image size to match the length of the post on the left side?

    #30224
    Veena
    Moderator

    Pls use the below custom CSS and check-

    .lae-module-3.lae-small-thumb {
        padding-bottom: 95px;
    }
    .lae-module-3 .lae-module-thumb {
        width: 180px;
    }
    .lae-module-3 .lae-entry-details {
        margin-left: 200px;
    }
    .lae-module-3.lae-small-thumb .entry-title a {
        font-size: 14px;
    }
    

    Pls adjust the values according to your requirement.

    #30226
    Crystal Hamilton
    Participant

    This worked Perfect!

    The only issue now is that with adding the CSS code, my post grid for another section is off in the chrome browser.

    Here is what it looks like now. The other photo shows how they look in Safari browser which is the correct way.

    Help please.

    Thanks

    #30229
    Veena
    Moderator

    Pls modify the above custom CSS to this –

    .home .lae-module-3.lae-small-thumb {
        padding-bottom: 95px;
    }
    .home .lae-module-3 .lae-module-thumb {
        width: 180px;
    }
    .home .lae-module-3 .lae-entry-details {
        margin-left: 200px;
    }
    .home .lae-module-3.lae-small-thumb .entry-title a {
        font-size: 14px;
    }
    .home .lae-grid-item .lae-module-1.format-standard.has-post-thumbnail.ast-article-single {
        padding: 0;
    }
    

    This custom CSS applies only for home page.

    #30232
    Crystal Hamilton
    Participant

    I have applied the CSS and the problem still exist on chrome browser.

    #30241
    Veena
    Moderator

    The only issue now is that with adding the CSS code, my post grid for another section is off in the chrome browser.

    I don’t see any such issues with chrome browser.

Viewing 15 posts - 1 through 15 (of 15 total)
  • The forum ‘Elementor Addons Support’ is closed to new topics and replies.