Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Troubleshooting’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
I can’t get this to work.. I put in code as mentioned in a previous post. This is exactly what I put in text area (not visual).
<div style=”margin:0 auto;”>[gmedia id=4]</div>
It still won’t align. Can you help me please?
Thanks!!!
Shana
You should also add width to the div style (set your own width):
<div style=”width:300px; margin:0 auto;”>[shortcode]</div>
If not helped, then try this:
<div style="text-align:center;">
<div style=”width:300px; margin:0 auto; text-align:left;”>[shortcode]</div>
</div>