Responsive theme, placing two (or...

User 497970 Photo


Registered User
3 posts

I have a responsive theme from CoffeeCup that I'm using. Trying to place my social icons together on one line in the last column, but they're stretching. Can anyone provide some help?

This can be seen at www.creative-assistant.com home page, bottom of right column.

Thanks all and Happy New Year!
KC :)
KC Colvin
User 187934 Photo


Senior Advisor
20,247 posts

In your CSS apply a width and height to the images so they stay the size you want them to.
#social img{
width:33px;
height:33px;
float:left;
}
In your html change the <p></p> the images are in to <div id="social"></div>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 497970 Photo


Registered User
3 posts

Eric, you are the bomb. Thank you so much! this will help me in other areas as well.

KC
KC Colvin

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.