Can I add more than two icons to a portfolio overlay?

1 reply · opened Mar 21, 2017

Vvellez94Mar 21, 2017

Is there a way to add more than two icons to a portfolio overlay? Currently, when I just add more icon lines the icons stack on each other weirdly. Below is a snippet of the code I am using.


	
		[
			
![attachment](images/image.png)
 
		](portfolio-single.html)
		
			[](images/image.png)
			[](#) 
		
					

Any help is greatly appreciated!

SSemicolon WebSTAFFMar 29, 2017

Hello,

Currently you cannot add more than 2 Icons inside the Portfolio Overlay Area. To add more Icons, you will need to Edit/Duplicating the following CSS Codes according to your preferences and add more icons with custom classes:

.portfolio-overlay a.left-icon { margin-left: -44px; }

.portfolio-overlay a.right-icon {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -44px;
}

.portfolio-overlay a.center-icon {
	display: block;
	margin: -20px 0 0 -20px;
	opacity: 0;
}

Hope this Helps!

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