Frontpage/Home page article horizontal line removal

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Mon Feb 27, 2012 5:47 am
Hi there,

wondering which CSS file and line of code creates this horizontal rule/line in the template.

on the homepage - i set article as "frontpage" and "home" - just under the article is a horizontal rule/line in grey, can't locate the CSS that creates this, i wish to remove it as it creates a wierd and unesssessary space.

Please see image attached & website http://www.ausgamernetwork.com

It is just under the "join for free button" and above the members module.

thanks
User avatar
Expert Boarder

GK User
Mon Feb 27, 2012 8:28 am
Line is defined in file template.css line 31 in #gkPageWrap tag, and the color is styleX.css file (line 20)
User avatar
Platinum Boarder

GK User
Thu Mar 01, 2012 3:37 am
THANK YOU!

OMG! your first solution to my questions ive been posting in months. Seems like you guys are starting to take your support more seriously. Thank you very much! you make great looking templates, but your support has been lacking last few months. If you keep up the good support i will happily re-sign.

cheers
User avatar
Expert Boarder

GK User
Sat Mar 03, 2012 6:24 am
Wrong place and code - It was this - SOCIAL API - i do not require it and it left a grey border line after articles even though it wasn't used. So i shrunk it for my own purpose.

Others may find this beneficial - its in Joomla.css line:65

FROM:
/* Social API */
#gkSocialAPI { clear: both; height: 27px; padding: 12px 0 0; margin: 20px 0 0 0; border-top: 1px solid #eee; line-height: 34px }

TO:
/*Article Social API - bottom space*/
#gkSocialAPI { clear: both; height: 1px; padding: 1px 0 0; margin: 20px 0 0 0; border-top: 0px solid #ffffff; line-height: 1px;}
User avatar
Expert Boarder


cron