I am having a wordpress theme and i inserted a border Now i want to align that border to the center . what to do I tried box-align , border-align, nothing is happening .
Border? You'll have to explain the problem better in order to get help. Best is to paste the code here.
http://staging .bluebitsystems . com / advantage/ Have a look at the border in the last . Want to align it to the center
You keep mentioning border but I think you're actually referring to a box? The only one I don't see centered is the last box on the main column. If that's it, use "margin:0 auto;" like you already have on the other box positioned higher on your page.
Do the same as you did on the other box. Replace the "p" tag with "div" on the box in question and it should work.
Thank you so much man But can you please explain the logic . Why was it not comming in the middle when it was a p tag ?