diff --git a/packages/react-components/src/WakuPolling/PollCreation.tsx b/packages/react-components/src/WakuPolling/PollCreation.tsx index 2c09dda..e2d7802 100644 --- a/packages/react-components/src/WakuPolling/PollCreation.tsx +++ b/packages/react-components/src/WakuPolling/PollCreation.tsx @@ -145,6 +145,6 @@ const BoxWrapper = styled.div` const NewPollBoxWrapper = styled.div` position: relative; - top: 10px; - left: 10px; + top: 50px; + left: calc(50% - 234px); `