Hello,
I try to center a single column which is a 3/4th.
My Custom CSS Class in this column is : rv-colonne
The quick css is:
.rv-colonne .av_three_fourth {
left: 50%;
transform: translateX(-50%);
}
It doesn’t center anything :(
I’ve tried to be faithfull to this post suggestion.
Anyone could check my page and tell me where I’m wrong please?
Thanks for your help.
Hey rvga,
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
#top.page-id-344 div .av_three_fourth.avia-builder-el-3 {
margin: 0 auto !important;
float: none;
}
If you need further assistance please let us know.
Best regards,
Victoria