why can’t I center my “sign in”-button?
-
Hello world,
whenever I try to reduce the width of my “sign in”-button, it can only be left aligned inside its container.
What I aim to achieve do is give it a width of 205px and center it horizontally. This is the CSS I tried using for that:
button.button.btn.xoo-el-action-btn.xoo-el-login-btn {
width: 205px;
margin: 0 auto;
}Would be happy about any help on this!
Kind regards,neverdowork
The page I need help with: [log in to see the link]
- The topic ‘why can’t I center my “sign in”-button?’ is closed to new replies.