Image heading accordion

Hi,

I created an accordion to present my differents skills/solutions.

As you can see, in the header of each items, I created an image to introduce the solution but the image don’t cover totally the header.

I searched to change the size to maximize the covering, but If I can see what I want in the PRO editor, when I’m going on my website, the image size don’t change…

And it’s not really esthetic to see the interaction color in the back when my mouse is hover.

Have you got any solution to resolve my problem ?

You can see the accordion here : http://www.jadranko.com/prestations/

Thanks all and have a good day :slight_smile:

Hello Richard,

Please add this code in X > Theme Options > CSS:

.x-acc-header-text img {
    width: 100%;
}

Here are some related links for further reading:

Hope this helps.

1 Like

Thanks a lot Jade ! It’s perfect !

The result with your solution :

You’re welcome, Richard. :slight_smile:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.