Support Forums for LiveMesh Themes & Plugins › Forums › Elementor Addons Support › Increase Image Size Block Grid
Tagged: elementor add-on, grid image
- This topic has 14 replies, 3 voices, and was last updated 5 years, 6 months ago by
Veena.
-
AuthorPosts
-
May 15, 2018 at 3:55 pm #30150
Crystal Hamilton
ParticipantHello,
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!
Attachments:
You must be logged in to access attached files.
May 16, 2018 at 5:12 am #30159Veena
ModeratorCan you pls share the specific page link?
May 16, 2018 at 1:31 pm #30167Crystal Hamilton
ParticipantHello Veena,
I am currently working offline on the website for a client.
May 17, 2018 at 6:10 am #30176Crystal Hamilton
ParticipantI’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
May 17, 2018 at 8:01 am #30180Crystal Hamilton
ParticipantHere’s the updated screenshot…
I need grids to look like the screenshot below. How can I accomplish this with CSS?
Thanks.
Attachments:
You must be logged in to access attached files.
May 17, 2018 at 2:44 pm #30188Raghavendra
ModeratorWill 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.
May 17, 2018 at 4:16 pm #30198Crystal Hamilton
ParticipantThis reply has been marked as private.May 17, 2018 at 4:18 pm #30199Crystal Hamilton
ParticipantWe 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
May 18, 2018 at 7:04 am #30206Veena
ModeratorPls 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; }
May 18, 2018 at 1:02 pm #30216Crystal Hamilton
ParticipantHello,
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?
Attachments:
You must be logged in to access attached files.
May 18, 2018 at 3:20 pm #30224Veena
ModeratorPls 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.
May 18, 2018 at 6:09 pm #30226Crystal Hamilton
ParticipantThis 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
Attachments:
You must be logged in to access attached files.
May 19, 2018 at 6:24 am #30229Veena
ModeratorPls 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.
May 19, 2018 at 1:24 pm #30232Crystal Hamilton
ParticipantI have applied the CSS and the problem still exist on chrome browser.
May 21, 2018 at 5:53 am #30241Veena
ModeratorThe 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.
-
AuthorPosts
- The forum ‘Elementor Addons Support’ is closed to new topics and replies.