Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I am using .offset because I want to move the direction of the image. Unless you know a better way for it? Commented Oct 22, 2020 at 1:48
  • Manual layout is not recommended, because it might be broken on different device sizes. But if you like you can use .padding or .position. Commented Oct 22, 2020 at 3:53
  • so, when I add .position it works ok. However, the buttons dont work for each and every buttons I have. Commented Oct 22, 2020 at 20:41