Try this in your Additional CSS:
#likebox-frame {
margin: 0 auto;
}
-
This reply was modified 7 years, 6 months ago by
pixelshrink.
No, sorry that wasn’t it either. Can you tell me, can i center a class or and ID or both? I guess it is just a case of trying everything. Here is the code:
http://tinypic.com/view.php?pic=2z3p1ma&s=9#.XAVHNNszbIU
-
This reply was modified 7 years, 6 months ago by
pbwpwork.
Ah, it might need an !IMPORTANT tag as there’s already a margin for that element.
Thanks for the help..
In the end it was:
#likeboxwrap {
margin: 0 auto !important;
}
-
This reply was modified 7 years, 6 months ago by
pbwpwork.