Help with my footer please!!!

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Fri Aug 07, 2015 11:52 pm
Hi!

I want my footer contains more information .... like several of the themes that you have here , as store Quart or Cloudhost.
where are the social networks ....

And I wanted a menu where you have the subtopics below ... as the subject of University.

You can add something?

I already put some icons of social networks ... through css ... but they are very small , how i can place to the right side???

url: www.computingbi.com

Thanks Guys!
User avatar
Gold Boarder

GK User
Sat Aug 08, 2015 11:44 am
Hi,

Please add gk-page class to your gk-social div:
Code: Select all
<div class="gk-social gk-page">


and add this code to increase the size and align them to the right:
Code: Select all
.gk-social {
   text-align: right;
}
.gk-social i {
   font-size: 25px;
}


regarding other section - you can copy the structure from other themes like Cloudhost.
User avatar
Moderator


cron