Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 03-21-2015 09:56:30

ThomasGiannou
Member
Registered: 02-10-2007
Posts: 184

Need help getting the mobile social links farther appart.

I need help to put a couple spaces between the social links that display at the bottom of the display on the mobile application and the non-mobile application.   Where in the code are those displays located?   And what code would I have to add to make those displays have two space lines between the social media links?

Offline

 

#2 03-23-2015 07:24:53

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Need help getting the mobile social links farther appart.

I think you'll just want to adjust the bottom margin on the icons and the links in the social widget div by creating some CSS rules in each of your active desktop skin and the Mobile skin.  Something like:

Code:

#core_skinwidget_social img, #core_skinwidget_social a {margin-bottom: 8px;}

Nick Hendler

Offline

 

Board footer