I wouldn’t try to center the shortcode. Rather, you’d want to modify your CSS to have the output centered.
That would be great except im not good with CSS. If you have any ideas on how to do this easily, I am all ears. If not, thats okay too 🙂 Thanks!
Mike
Plugin Author
jokr
(@jokr)
Sure, I can probably help you out here, but I am not sure what you want to achieve. Right now the table has a width of 100% which means it can’t be centered because it already takes the full width.
Maybe you have a link to your example?
Hey Jokr
Thanks 🙂 Here is a link to example: http://postfriendly.com/network-summary/
Basically, the two columns of the table view are aligned all the way to left side of page. I just think it might look nicer centered down the middle. But hey this is not a big deal so dont worry about it, if it would take a lot of custom coding.
Mike
Actually after I thought about it, the way it currently is probably works best ! 🙂
Plugin Author
jokr
(@jokr)
Yesh, looks fine to me actually. If you want to center it, here is how you do it in css:
div.netview {
width: 75%; (change this value to your needs)
margin: auto;
}
Thanks so much ! I will check this out later today and decide which I like better. 🙂
Mike
http://www.davidmcconvilleorthodontics.ie/newsite/the-team/
Can someone advise how I would centre this gallery inside the table??