Responsive list of images
WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
- GK User
- Tue May 21, 2013 10:53 pm
Hi there, (again!)
I would like to make a image list of my social icons. I've made a list and styled on css.
But when I go mobile, the image does not follow the responsive design.
Is there a class that I could use to user my own images?
I would like to make a image list of my social icons. I've made a list and styled on css.
But when I go mobile, the image does not follow the responsive design.
Is there a class that I could use to user my own images?
-

- Junior Boarder
- GK User
- Tue May 21, 2013 10:55 pm
Which css file have You used to store new css classes?
Could You post an url to your site?
Could You post an url to your site?
-

- Moderator
- GK User
- Tue May 21, 2013 10:56 pm
Cyberek wrote:Which css file have You used to store new css classes?
Could You post an url to your site?
site: http://estrategi.ca
I used the override.css
with this code
- Code: Select all
#social_icons { width: 700px; margin:0px auto; text-align: center; padding:15px; list-style: none;}
#social_icons li {float:left; }
-

- Junior Boarder
- GK User
- Wed May 22, 2013 12:11 am
estevaosoares wrote:Cyberek wrote:Which css file have You used to store new css classes?
Could You post an url to your site?
site: http://estrategi.ca
I used the override.css
with this code
- Code: Select all
#social_icons { width: 700px; margin:0px auto; text-align: center; padding:15px; list-style: none;}
#social_icons li {float:left; }
If you could tell me when you'll be looking, I'll need to open the site again with the new theme
-

- Junior Boarder
- GK User
- Wed May 22, 2013 7:55 am
Oh, that is why I dont see any alement with id social_icons
.
Could You switch it right now?
Could You switch it right now?
-

- Moderator
- GK User
- Thu May 23, 2013 8:56 pm
Cyberek wrote:Oh, that is why I dont see any alement with id social_icons.
Could You switch it right now?
Yah
I just solved that with this code
- Code: Select all
#gk-bottom1 {text-align: center !important;}
#social_icons li {
list-style-type: none;
display:inline;
}
-

- Junior Boarder
- GK User
- Thu May 23, 2013 9:50 pm
Ok.
Please feel free to post if You will have any other questions.
Please feel free to post if You will have any other questions.
-

- Moderator
7 posts
• Page 1 of 1
