Link to home
Start Free TrialLog in
Avatar of nsitedesigns
nsitedesignsFlag for United States of America

asked on

social media icons disappear on small screens

We just added social media icons to right sidebar on this test page.  Site was built using boostrap which I am not that knowledgeable with.

http://wiplastic.com/test.html

How do I get the icons to display on ALL screen sizes?  They are floated left now.  I tried adding the float left property
 .float_left {
      
      float: left;
      margin-right: 8px;
	  margin-bottom:10px;
      
    }

Open in new window

to the
@media (max-width: 200px)
	}

Open in new window

section on the wiplastic2.css file but it didn't work.
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nsitedesigns

ASKER

Thank you for the info.  

We need to have the social icons appear on all sizes of media.  Could I use the show class?  
.show {
  display: block !important;
}

Open in new window

can anyone assist me?  I am flying blind here.
This question has been closed - if you need further assistance I suggest you open another question (you can refer to this one from the new one if it is relevant).