Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About page CSS #66

Open
superjai opened this issue Oct 22, 2024 · 3 comments
Open

About page CSS #66

superjai opened this issue Oct 22, 2024 · 3 comments
Assignees

Comments

@superjai
Copy link
Contributor

When entering the About page content, you'll notice the following gap for some of the fields:

Screenshot 2024-10-22 at 11 08 20 AM

It only occurs with field hints when there is a field of "editor" type. I tried to figure out the css hack to get rid of this gap, but I couldn't quite get it. Any chance you could take a look? I can implement the CSS on my end, I just need to know what to implement.

@skanda-vasishta
Copy link
Contributor

@superjai fixed, maybe you can try it out as well?

image disable the clear: both field

@skanda-vasishta
Copy link
Contributor

@superjai fixed, maybe you can try it out as well?

image disable the clear: both field

image this is what that looks like

@skanda-vasishta
Copy link
Contributor

skanda-vasishta commented Nov 20, 2024

#wp-about_contact_info-editor-container
^ selector

document.querySelector("#wp-about_contact_info-editor-container").clear = 'None' ---> fix thru JS (works in console at least)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants