Unable to click into text layer to edit in Designer

In the Areas of Expertise section, there’s a 3-column table. When I attempt to edit the text within it I’m only able to select the column container. Any help is appreciated.


Here is my public share link: Webflow - Avyno Law

Hey @Nathan.L

I see that you have quite a few layers sitting on top of each other in that component. Those actually make it hard for you to select and edit elements hiding beneath them.

Here are the culprits that are preventing you from editing the content in the columns:

1- you have z-index=-1 on .table-column``.home-services which is not allowing you to access the columns inside it

2- You have a div called .service-border which is sitting on top of the other layers and preventing you from editing the layers underneath. ( I would give this div a z-index of negative value)
Please, let me know if this is helpful. If not, I’m happy to help further.

All the best,
Anna K

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.