• Resolved safstromm

    (@safstromm)


    Hi,

    I am wanting to design this so that the dropdown icon is shown on the left of the text in the heading.

    Is this possible?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author philbuchanan

    (@philbuchanan)

    Yes. You’ll need some custom CSS though. Something like this should get your started:

    
    .c-accordion__title {
    	padding-right: 0;
    	padding-left: 2rem;
    }
    .c-accordion__title:after {
    	top: 50%;
    	right: auto;
    	left: 0;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Icon on the left’ is closed to new replies.