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

    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.

    #1289529

    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

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