Expired
Hello, how can I realign an element on the web page to be in the middle of it (on horizontal axis)
Here is a picture of what I mean :)
https://tinypic.com/r/24137ev/8
Hello,
Usually they are aligned in center by default. But if you need to further center them, you can do so via css code. Try adding this code:
.section_clear { margin-left: 17px; margin-right: -15px; }
Best regards!
You must be logged in to reply to this topic.