Home Forums WoodMart support forum Center shortcode

Center shortcode

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #69395

    StylingAgenten
    Participant

    Hi!
    I want to center a shortcode on a page. When I use the code below, only the title is centered.

    
    <div style="margin:auto;text-align:center;">
    

    Do you have any idea how to manage that correctly?

    BR
    Andreas

    #69407

    Hello,

    Shortcode generates HTML elements which inherit styles existing on the site or default styles if none. That is why generated title aligned center. You need to assign styles to the elements generated but not to the shortcode itself.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)