Bug in the SM format of accordeon

5 replies · opened Jun 7, 2016

MMikeJun 7, 2016

please see the video i just found out a bug in the template in sm resolution :)

SSemicolon WebSTAFFJun 9, 2016

Hello,

This issue is because of the .bgicon Element which is been used inside the Accordion. You will need to create a separate DIV and assign a z-index to it to fix it. Please find the following code:


	
- **EDEN BOITES**
-  8 av. St-Jean 06400 CANNES, FR
	

	
- ** Tel**: [+33 (0)4-86-11-93-69](tel:0033486119369)
	
- ** Fax**: [+33 (0)9-56-57-40-32](tel:0033956574032)
	
- ** e-Mail**: [info@eden-boites.com](mailto:info@eden-boites.com)
	
- ** Web**: [www.eden-boites.com](http://www.eden-boites.com)
	

	
- ** Siret**: 803049774 00018
	
- ** TVA**: FR 07 803049774

and replace it with the following code:


	
- **EDEN BOITES**
-  8 av. St-Jean 06400 CANNES, FR
	

	
- ** Tel**: [+33 (0)4-86-11-93-69](tel:0033486119369)
	
- ** Fax**: [+33 (0)9-56-57-40-32](tel:0033956574032)
	
- ** e-Mail**: [info@eden-boites.com](mailto:info@eden-boites.com)
	
- ** Web**: [www.eden-boites.com](http://www.eden-boites.com)
	

	
- ** Siret**: 803049774 00018
	
- ** TVA**: FR 07 803049774

You can the same with other Accordion Contents as well.

This will definitely fix the issue. Let us know if we can help you with anything else or if you find any further issues.

MMikeJun 9, 2016

So it is only the very first line that changes no ? Thank you it works perfect :D !!! you are amazing

SSemicolon WebSTAFFJun 10, 2016

Hello,

Yes you will need to simply add style="position: relative; z-index: 1;" to the Container or the .iconlist Element to stack it above the BG Icon.

This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard