How to widen the social logo

GK User
Mon Aug 20, 2012 2:54 am
How can I widen the social logo towards the bottom of the theme? I don't know where the margin spacing or similar is within the css files to enlarge the width of the little logo used for the social media area. The one I want to use is significantly wider than the original social_bg.png boutique one.

http://www.38west.com/otsm/

I have attached an image as well. (Not sure if it's getting uploaded though)
User avatar
Junior Boarder

GK User
Mon Aug 20, 2012 3:48 am
If you just want to move twitter icon so it doesn't mix with your logo use below code in templates/gk_templatename/css/override.css and enable css override from template settings > advanced settings > css override "on".

Code: Select all
.iconTwitter { margin-left: 110px; }


See you around...
User avatar
Platinum Boarder

GK User
Mon Aug 20, 2012 4:49 am
Worked perfectly, thanks!
User avatar
Junior Boarder

GK User
Mon Aug 20, 2012 6:34 am
No problem at all, see you around...
User avatar
Platinum Boarder