-
AuthorPosts
-
April 2, 2026 at 8:51 am #1496526
Good morning, I’m building the homepage of my website http://www.casapumua.com
starting from an Enfold demo.The problem is that I can’t remove the excessive space below the three text boxes (two white ones on the sides and a beige one in the center).
There’s a large empty space left underneath. Please give me instructions on how to remove it. It’s linked to the three boxes—there isn’t any additional element creating that space.
I’ll share the website access details with you so you can fix the issue.
ThanksApril 2, 2026 at 8:03 pm #1496532Hey soniavoice,
Did you try to set a lower minimum height for the section in the element options?
Best regards,
RikardApril 3, 2026 at 9:26 am #1496545I’ve tried all. I lost hours for this issue. Please check as soon as possible.
April 4, 2026 at 11:56 am #1496573Hi,
Please try to set a different minimum height to the section again, or no minimum height at all.
Best regards,
RikardApril 4, 2026 at 12:38 pm #1496579please have a check. I have already tell you that I have tried all! In mobile is correct in desktop there is some issue.
Minimum Size is set as 0px. I have tried all combination. Enter in the web site and please correct this bug.
Thanks. Is urgentApril 5, 2026 at 11:50 am #1496593April 5, 2026 at 7:19 pm #1496609Nothing is changed. There is a very big empty space in the desktop version.
April 6, 2026 at 7:24 am #1496616Hey soniavoice,
Thank you for the update.
Please add this css to reduce the height of the section containing the 3 boxes.
.avia-section.av-mnfxwls2-93b37da24b8b24863c42e12e957151f8 { height: 0px; overflow: visible; }You can add this under Enfold > General Styling > Quick CSS. If you’d prefer a cleaner approach, you can also replace that long auto-generated selector by assigning a custom css class to the section and targeting that instead.
— https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
Please make sure to purge the cache before testing. Let us know if the issue persists.
Best regards,
IsmaelApril 6, 2026 at 6:04 pm #1496642I added the code and now I have the opposite problem. The empty space has completely disappeared, and the gallery below is covered by the three boxes. As a result, it’s not possible to click and open the photos in the first row of the gallery.
I’m waiting for the fix please.April 7, 2026 at 7:04 am #1496652Hi,
Have you tried increasing the height in the css rule above? It is currently set to 0px, so it hides the section and completely removes the space between the three boxes and the section below.
Best regards,
IsmaelApril 7, 2026 at 9:46 am #1496658You can have ha look to the page casapumua.com to understand that now there is still a problem. If I increase in the css the height from 0 to 20px for example, nothing changes.
Please solve this issue. If you heve elements that doesn’t work properly is better to remove from Enfold.April 8, 2026 at 7:08 am #1496668Hi,
Thank you for the update.
We logged in to the dashboard, but the account above doesn’t have admin rights, so it doesn’t have access to Enfold > Theme Options. Please set the user role or provide another admin account. Try setting the height value to 200px or larger, then purge the cache. 20px is a little too small.
This is how it looks when we directly edit the height to 300px in the browser.
Best regards,
IsmaelApril 8, 2026 at 8:55 am #1496671Hi thanks. I put 200 px and now it look noce but it is not possible to click on the picture of the first line of the masonry gallery.
I changed role in admin so you can check the dashboard.
Thanks.April 8, 2026 at 8:58 am #1496672The issue is solved partially on desktop view. On mobile it is a disaster!
The gallery is behind the three boxes and is no longer visible.
Please check as soon as possibile. thanksApril 9, 2026 at 7:28 am #1496694Hi,
Thank you for the update.
Please add this css to push the gallery down only on mobile:
@media only screen and (max-width: 767px) { #portfolio { padding-top: 1500px; } }You can add this under Enfold > General Styling > Quick CSS. Please make sure to purge the cache before testing, and adjust the 1500px value up or down depending on how much space you need.
Let us know if the issue persists.
Best regards,
IsmaelApril 10, 2026 at 2:17 pm #1496723I added the code. There is a problem: I can’t open the first line of pictures in the gallery. Try to check please
April 12, 2026 at 3:11 pm #1496743Hi,
Try adding this css:.home #portfolio { z-index: 11; }Then clear your cache and check.
Best regards,
MikeApril 14, 2026 at 10:50 am #1496803A lot of issue with codes!
With this code gallery is in correct position on mobile. Now it is visible. But on desktop box have changed size. Lenght Become thin!
@media only screen and (max-width: 767px) {
#portfolio {
padding-top: 1500px;
}
}With this code I can click on the firs line of the galley but the text boxes have disappeared in the mobile version.
.home #portfolio {
z-index: 11;
}Is it possible send a solution that solve issue and don’t create other ones?
Why Enfold is so full of bugs?April 14, 2026 at 11:03 am #1496805I removed this last code you sent me. So on mobile version is still a disaster. Please fix as soon as possible.
April 15, 2026 at 7:28 am #1496820Hi!
We added the css code again and it seems to be working as expected. Please note that the changes here are only applied on mobile view and should not affect the desktop view.
— https://kriesi.at/support/topic/remove-excessive-space/#post-1496694
Please make sure to purge the cache before checking.
Cheers!
IsmaelApril 15, 2026 at 9:33 am #1496828We continue to have issue since a lot of weeks.
You haven’t fixed anything yet. In the mobile version, the masonry gallery continues to appear behind the text boxes. The desktop version is correct, but the link to open the photos in the first row of the masonry gallery doesn’t work.
I ask you to fix please fast these problems because I’m late with my work.
ThanksApril 15, 2026 at 9:37 am #1496829Please look link
April 16, 2026 at 7:49 am #1496852Hi,
We adjusted the modifications. The first row of the masonry gallery should now be clickable on both desktop and mobile view. The 3-column section should not be covering the masonry gallery on smaller screens. Please make sure to purge the cache before checking.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.
