Floating Form Button

Hey, just Jeff’s original code span/ style section on top and bellow

Below buy inside the span/style section right?

Here’s my code for that.

<pre><span><style>
.dCBDKZ.dCBDKZ {
background-color:  #2D8CFF;
}
.eUaQmi.eUaQmi {
background-color:  #2D8CFF;
}
.ekttti {
width: 50%;
float: left;
}
[data-test="app-button-view"] {
margin: 5px;
}
.gbJqOE {
display: block;
}
.jdxAWE {
display: block;
}
.dEHvyM {
display: block;
}
</style></span></pre>
1 Like

not working. when the butons are on the bottom the menu icons cover it:

wehn moving the buttons to the top I can see them ok but in both cases the buttons are not clickable

@yinon_raviv,

Make sure both the button and the code are the last component on your component list.

That should help.

I did and still didn’t work for me.

Any chance you send the full code that should be interested to the rich text?

It works fine for me in my app, probably your components have different class names to me, that’s my initial guess.

Or you can try Robert’s code here.

Can you send app link? @yinon_raviv

What do you mean by class name?

Which app, the testing I’m doing? Sure but how will this help? You won’t see the way it’s set up on the rich tezt

I need for app link because with Google Chrome ispection I can see your button class name @yinon_raviv

howo do you do this?

Np the buttons look like this and not one next to the other. but are clickable

    <pre><span><style>
.jZAwqG.jZAwqG {
background-color:  #2D8CFF;
}
.ekttti {
width: 50%;
float: left;
}
[data-test="app-button-view"] {
margin: 5px;
}
.gbJqOE {
display: block;
}
.jdxAWE {
display: block;
}
.dEHvyM {
display: block;
}
</style></span></pre>

your class name is .jZAwqG.jZAwqG, try the code I put there

same result. only the buttons color changed now

not working. this is what happen when i use Robert’s code

But it doesn’t work from editor, if you try the app it works @yinon_raviv

that’s on the app on Chrom on desktop

and that’s on the phone

hey @yinon_raviv,

Try this code

<pre><span><style>
.ekttti {
width: 50%;
float: left;
}
[data-test="app-button-view"] {
margin: 10px;
}
.eEPsye div:nth-child(1) {
display: block;
}
</style></span></pre>

@Robert_Petitto help me out with it and worked well for both IOS and Android.

thanks for the help but still no luck here

desktop:

the phone still looks the same as before with one on top the other

1 Like