Tagged: shortcode
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?
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
I tried this and it didn’t work for me.