Topic Resolution: Resolved
  • Closed
  • Camilla Carboni
    Spectator
    March 8, 2015 at 6:17 pm #15235

    Hi There,

    I’m using the Evolve Theme and would like to know how to align Shortcodes, such as the Social Links and Counter Circles to either be left, centered or right.

    Here’s an example of the current code I have for the Social Links (i’ve removed links and replaced those with TEST for this forum), but even though it says “align=center” before the [] of the short code, it doesn’t work…it’s still aligning left by default:

    Any help would be greatly appreciated!

    Thanks,
    Camilla

    Roman
    Spectator
    Posts: 3147
    March 8, 2015 at 6:41 pm #15237

    the center tag is not gonna help as the link items are aligned left, you could try this code and modify per your needs:

    <div style="margin:0 auto;display:block;width:500px;">

    </div>

    it should work with any shortcode

    Camilla Carboni
    Spectator
    Posts: 6
    March 8, 2015 at 9:16 pm #15238

    Thanks so much Roman, that works!