That is not fair to ask question and then not checking my replies and then closing comments. Please reopen my case asap.
Hi,
There are 3 replies posted by my colleagues on that thread.
Iām confused what remaining issues you have in your site.
Do you mind providing more details about the problem.
Thanks
5 days ago from your team:
Hey There,
Could you please provide a screenshot of what you are experiencing so that we will have an idea of what is the other issue about?
Thanks.
I reply with snapshots
No answer for 5 days.
The issue is that code that fixes jiggling is working on home page only
Hi there,
The problem is that there is no reply with the screenshot, that is why the system showed the thread closed. There must be some kind of problem uploading your screenshot.
I already gave you a workaround regarding the issue:
Would you please elaborate regarding the reply?
Thank you.
This is my globally applied code
/autotext stop jiggling/
.el119.x-text .x-text-typing,
.el123.x-text .x-text-typing,
.el127.x-text .x-text-typing,
.el131.x-text .x-text-typing
{
min-height: 30px;
}
Works on home page only. This page was cloned with that element and suppoed to inherit that same behaviour. They did not. What is the point to change min-height if all pages cloned from home page meaning they have the very same dimensions of that element.
I dont know how better I can explain the trouble.
Hi there,
Because it was meant for those elements only, and the element selector could vary and may be changed when you cloned it.
How about this?
.x-text .x-text-typing
{
min-height: 30px;
}
This will make it global instead of selecting specific elements such as el119
or similar.
Thanks!
I like this: the element selector could vary and may be changed when you cloned it.
So the cloning is not reliable may be.
I will try your suggestion
Okay then.
Please let us know how it goes.
that what I needed, really. Thanks a lot. #1
Glad that we could be of a help
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.