Tim_Z
(Tim Z)
July 29, 2019, 8:51pm
#1
So I have this button on top but it diseapear when on tablet mode I can click on it and it works but it’s invisible I set the z index to 3. Also the menu doesn’t work in tablet mode. I’m tweaking the buissness model
Here is my site Read-Only: LINK
(how to share your site Read-Only link )
1 Like
Tim_Z
(Tim Z)
July 29, 2019, 8:51pm
#2
1 Like
Hey @Tim_Z
Can you share your read-only link?
Piter
JSW
(James)
July 30, 2019, 3:30pm
#6
I guess you mean the black call to action button?
I set the position to ‘static’ in the mobile view and it displays correctly.
JSW
(James)
July 31, 2019, 2:27pm
#8
If you go to the tablet view, and set the position to ‘static’, this will work.
JSW
(James)
August 1, 2019, 7:58am
#10
This is because static makes the button’s position determined by it’s parent element, which was correctly positioned.