• Projects -
  • Rating -
  • Rating 702

Budget: 900 UAH Deadline: 1 day

Good day.

The category of web programming is indicated absolutely correctly. To solve the issue with the display of empty fields in Wix Studio, custom code will need to be written on the Velo platform.

This problem arises because the visual editor reserves a minimum height for containers on dynamic pages regardless of the presence of content in the database.

I will write a script that will automatically check for the presence of information in the database fields for each specific product. If the description, technical specifications, or photos are missing, the code will apply the built-in collapse function to the corresponding empty containers. This way, the accordion headers will remain visible, and the huge white space inside them will completely disappear. The gallery block will also be correctly collapsed when there are no images.

The script will be added directly to the dynamic page template, so the fix will immediately work for all categories of your store.

  • Projects 11
  • Rating 5.0
  • Rating 1 380

Budget: 900 UAH Deadline: 2 days

Pavlo, I see the reason: on mobile Wix Studio reserves height for empty accordions and galleries, which "stretches" the cards to ~1949px. I will check the logic of the dynamic page, hide only the empty content without losing the headers, and remove unnecessary margins in the gallery. I work with HTML/CSS/JS and often know how to neatly address such UI nuances on dynamic pages. I can take this on and quickly show a solution.

  • Projects 34
  • Rating 5.0
  • Rating 12 514

Budget: 900 UAH Deadline: 1 day

Good day! I develop in Python, React/Node.js. I have extensive experience in the field and am ready for collaboration.

  • Projects -
  • Rating -
  • Rating 469

Budget: 900 UAH Deadline: 1 day

Hello.

**Technical solution:**

Use "Wix Velo (code)" for conditional collapsing of elements when their connected CMS fields are empty. This approach preserves the accordion headers by removing the empty space inside.

I am ready to solve your problem as soon as possible.
Thank you.

  • Projects 13
  • Rating 5.0
  • Rating 2 228

Budget: 900 UAH Deadline: 1 day

Good afternoon! I will fix the behavior of the cards in Wix Studio on the mobile version: I will remove the reservation of empty height inside the accordions and gallery, while keeping the section headers visible. I have worked with responsive layouts, CMS fields, and dynamic pages, so I will check the solution directly on the category template, not just on one page. The main thing here is to carefully hide only the empty content without breaking the structure of the card and the expansion of sections. In private messages.

  • Projects 9
  • Rating 4.7
  • Rating 776

Budget: 900 UAH Deadline: 2 days

Good day! I'm treating this on Wix Studio through .collapse() in Velo on empty CMS fields — specifically collapse, not hide, because then the element doesn't maintain height and the white space disappears. The accordion headers will remain visible, and I'm attaching everything to the dynamic page template so it works across all categories at once. I'll take it on and complete it in a day or two after gaining access to the editor. Are your accordions native Wix or custom containers?

  • Projects -
  • Rating -
  • Rating 493

Budget: 2500 UAH Deadline: 1 day

The problem is clear: the accordions "Content," "Description," "Technical Specifications," and the gallery block reserve height even with empty CMS fields — hence the ~1949px of white space between cards on mobile. The solution consists of two parts: CSS rules that remove reserved margins and minimum heights for empty blocks, and a Velo script that checks each CMS field upon page load and hides the accordion content (but keeps the header visible) and the entire gallery block when no photos are present. Everything is connected at the dynamic page template level — so it automatically applies to all categories without manually editing each one separately. After gaining access to the Wix Studio Editor, I will check on real cards with different content and deliver in 1-2 days.

Question: Are the accordions implemented using the native Wix Accordion element or are they custom containers with manual JS expansion?

  • Projects 165
  • Rating 5.0
  • Rating 4 569

Budget: 900 UAH Deadline: 1 day

Pavlo, I see the problem: on mobile Wix Studio, empty CMS fields are stretching the cards and creating white gaps. I will remove the reserved space in the accordions "Composition," "Description," "Technical Specifications," leaving the headings visible, and I will also fix the gallery block without photos. It will work on all dynamic category pages. I have experience with responsive interfaces and CMS logic—I can quickly get started and check the result in several scenarios.

  • Projects 31
  • Rating -
  • Rating 2 337

Budget: 900 UAH Deadline: 1 day

🌟 Hello! I am ready to take on your task and provide the necessary technical support. I would be happy to discuss the details of our collaboration and start working.
🏆 Portfolio: Freelancehunt

I am glad to see you among my clients now and in the future.

  • Projects -
  • Rating -
  • Rating 546

Budget: 900 UAH Deadline: 1 day

Good day! I am ready to fix the large white gaps on the mobile version of the site in Wix Studio.

I work with Wix Studio and JavaScript, so I can check the structure of dynamic pages and the logic of block display. Empty content will be correctly collapsed, but the accordion headers will remain visible.

I will implement the solution so that it works on all relevant dynamic pages, not just on one card. After the changes, I will check the site on different mobile screen sizes.

I can start today. To begin, I need access to Wix Studio and a link to the page where the problem is visible.

  • Projects -
  • Rating -
  • Rating 583

Budget: 1234 UAH Deadline: 1 day

Hello! I have experience with Wix Studio and web programming. I would be happy to help you.

  • Projects 24
  • Rating 4.9
  • Rating 2 199

Budget: 1300 UAH Deadline: 1 day

Good day, Pavel.

The task seems straightforward, but before I provide a final cost, I want to understand what exactly is reserving the height. In Wix Studio, this could be due to container/Stack settings or the specifics of how a dynamic page or CMS operates.

To ensure a fair assessment, please send:
-🔗 a link to the website;
- the page where the issue is most apparent;
- if available, Guest/Collaborator access to Wix Studio (after preliminary assessment).

After reviewing, I will inform you:

  • Projects 40
  • Rating 5.0
  • Rating 2 642

Budget: 900 UAH Deadline: 1 day

Good day! I have reviewed the task and am ready to start.

Experience:
• 4 years in Frontend and Backend development
• 2 years of commercial experience in product and blockchain
• Working with production code and real financial scenarios

Some of my projects:

https://contentbuilder.ai/ - a commercial project from the USA, where I worked as a full-stack developer and implemented most of the functionality

  • Projects -
  • Rating -
  • Rating 1 441

Budget: 900 UAH Deadline: 1 day

Hello! I understand the task: on dynamic pages of Wix Studio, empty CMS fields and galleries reserve extra height on mobile, but the accordion headers should remain. I will check the bindings of elements to CMS, the states of containers, and mobile breakpoints; for empty values, I will remove the height of the content/gallery and test the solution across all categories. Please clarify: does the page use Velo code or only standard CMS bindings of Wix Studio? As a first step, I will reproduce the issue on one category and show a control fix before applying it to the template.

  • Projects -
  • Rating -
  • Rating 159

Budget: 900 UAH Deadline: 1 day

Hello! I am ready to fix this layout issue on Wix Studio.

I completely understand why these giant white gaps appear on mobile: Wix Studio reserves height for empty fields/galleries, even if there is no data there. I will resolve this through Velo (Wix Code) by implementing a dynamic check for CMS fields. The .collapse() method will be applied to empty blocks and galleries, which will make the blocks adaptively pull up and eliminate the emptiness. The accordion headers will remain in place, as you requested.

The fix will be implemented at the dynamic page template level, so it will automatically work for all product categories.

  • Projects 29
  • Rating 4.7
  • Rating 965

Budget: 900 UAH Deadline: 1 day

Good day.
I will complete the work quickly and efficiently.
Extensive practical experience.
https://crmkiev.wixsite.com/crmk
https://3ddomkiev.wixsite.com/website-2/lazernaya-rezka-fanery
https://3ddomkiev.wixsite.com/website-2/2

  • Projects 5
  • Rating 5.0
  • Rating 2 046

Budget: 900 UAH Deadline: 1 day

Hello!

I have extensive experience in creating websites and applications (CMS, SPA, TMA).
I am ready to complete the assigned task.

I suggest discussing the details in private messages.

  • Projects -
  • Rating -
  • Rating 282

Budget: 1000 UAH Deadline: 1 day

I reviewed the description. It is necessary to find the reason for the appearance of white gaps between product cards in the mobile version of Wix Studio, fix the structure or settings of the margins, and check the correct display on different screen sizes. I will also pay attention to ensure that the display is not disrupted on other breakpoints after the fix.

I have worked with Wix Studio and have already resolved similar issues with responsiveness, Grid, Stack, and Repeater, so I know where such problems often arise.

If you can provide a link to the site or access to the editor, I will immediately check the cause and suggest an optimal solution.

  • Projects -
  • Rating -
  • Rating 412

Budget: 900 UAH Deadline: 1 day

Hello! The task is clear. I am ready to start working on it immediately. I will do it quickly.

  • Projects -
  • Rating -
  • Rating 632

Budget: 1500 UAH Deadline: 1 day

Good evening!
I have reviewed the task description. I am ready to help with correcting the logic of displaying dynamic pages in Wix Studio, so that empty CMS fields do not create large gaps on mobile devices.
I will check the settings of accordions, galleries, and containers to ensure that section headers remain visible and that empty space is not reserved when there is no data. I will also verify that the solution works correctly on all category pages, not just on a single one.
Feel free to message me privately; I would be happy to learn more about the project and discuss the details of our collaboration.

  • Projects 71
  • Rating 5.0
  • Rating 13 923

Budget: 1500 UAH Deadline: 1 day

Good evening
ready to discuss the details in private messages
--------------------------------------------------

  • Projects 33
  • Rating 4.9
  • Rating 8 610

Budget: 2000 UAH Deadline: 2 days

The problem is clear — Wix Studio reserves height for accordion content and galleries even when the CMS fields are empty, and on mobile, it looks like huge white gaps between cards.

This can be resolved through Velo: checking for data in the CMS fields when the page loads and dynamically hiding empty space through code, not through CSS — because Wix does not allow direct control over the height of elements with standard styles in such cases.

One clarification: are the accordions and gallery built with standard Wix elements, or are there custom components through Custom Element or iframe?

Deadline — 1–2 days after access to the site.

  • Projects 9
  • Rating 5.0
  • Rating 663

Budget: 1000 UAH Deadline: 1 day

Good day, Pavel!
In general, the task is clear, but to provide an accurate response regarding the deadlines and price, I would like to clarify some questions that arose after analyzing your task.
Please write in private messages – we will discuss the details and your wishes.

  • Projects 18
  • Rating -
  • Rating 805

Budget: 900 UAH Deadline: 14 days

I can fix this so that the section headers remain visible and the empty space inside is not reserved on all category pages. A brief technical detail: often the cause is minimum heights or reserved space in the card template and in the gallery block, so the dynamic card template needs to be checked. Can you provide access to the Wix Studio editor or send an example URL or screenshot with the inspector and confirm that the card is the same across all categories? After that, I will tell you what the first step will be.

  • Projects -
  • Rating -
  • Rating 392

Budget: 900 UAH Deadline: 2 days

Pavlo, I see a problem with the layout on Wix Studio, where empty fields in the CMS break the page grid due to reserved space for content. To fix this, I will set up the logic for dynamic display of elements, where empty accordion and gallery containers will collapse to the height of the header itself, removing unnecessary margins. This will automatically apply to all products through the update of dynamic page settings in the CMS. In your content settings on Wix Studio, the option to hide empty elements (Collapse) is already activated, or have you tried to configure this through the standard settings?

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules

Current freelance projects in the category Web Programming

  1. Not specified
  2. 67 USD
  3. 12 proposals 31 July

    Not specified
  4. Data Parsing 28 proposals 30 July

    Not specified
  5. AI & Machine Learning 58 proposals 30 July

    199 USD