Support

Account

Home Forums General Issues How to use Wrapper Attributes Reply To: How to use Wrapper Attributes

  • cool, can confirm that it’s working:
    fields in a column

    In my case I had to do this to get it to display properly:

    
    .acf-pull-right {
        clear: none !important;
        float: right !important;
        min-height: 40px !important;
        border-left: 1px solid #eeeeee !important;
    }
    

    Thanks so much for your help @LingoSam!