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?
User avatar
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?
User avatar
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; }
User avatar
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 ;)
User avatar
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?
User avatar
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;
               
              }
User avatar
Junior Boarder

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


cron