space between category & article name in blog view

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Thu Jan 31, 2013 5:19 am
Hi

how do add space between category name and first article. As seen here
http://www.erasmusdesigns.com/index.php/upcoming-courses

thank you
User avatar
Expert Boarder

GK User
Thu Jan 31, 2013 9:19 am
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gkComponent > div > h2 {margin-bottom: 25px!important}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Sat Feb 02, 2013 9:11 am
This did not worked for me so far. I've created new file override.css and did not specify it's location (/css anywhere in tempalate as I belive it's pre-defined in template. The override CSS is enabled in advance settings - no difference in text...
User avatar
Expert Boarder

GK User
Mon Feb 04, 2013 9:32 am
I've created new file override.css


You need to use exsiting file in root/template/gk_templatename/css directory. Please add the code to this file and give me URL to page I'll check whether the file is loading.
User avatar
Platinum Boarder

GK User
Tue Feb 05, 2013 5:17 am
Thank you, that worked perfectly. I can't even figure out why I had a problem before....;-) Thanks for the perfect instructions.
User avatar
Expert Boarder

GK User
Tue Feb 05, 2013 11:54 pm
How to use override CSS is described here http://www.gavick.com/documentation/joomla-templates/templates-for-joomla-1-6/gavern-framework/gavern-framework-advanced-settings/ sometimes it is good to check our wiki before making own changes :)
User avatar
Platinum Boarder


cron