Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #954772

    I’m trying to center a 3rd party shortcode on a page. It’s not letting me do it with the standard div code. Is there another way?

    • This topic was modified 6 years, 6 months ago by Gonzo1982.
    #955234

    Hey Gonzo1982,

    You might want to give that div a class or an id.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .av_textblock_section .avia_textblock  div {
         width: 50vw;
        margin: 0 auto;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1028366

    I tried this and it didn’t work for me.

    #1028729

    Hi Micheal0424,

    Where can we see the elements you are trying to center?

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.