changed font error and Another error

Community fouces Joomla template to build a music magazine website with JomSocial support.
GK User
Fri Aug 03, 2012 10:03 am
I will ask two questions

1) I get an error while trying to make the site font ColaborateThin
2) Image
I would like to remove the space
Waiting for your help
User avatar
Fresh Boarder

Konrad M
Fri Aug 03, 2012 10:15 am
Hi,
1) What error do you have ? Can you give us url to your site?
2) Please try attach image again becasue now I don't see any image.
User avatar

GK User
Fri Aug 03, 2012 10:25 am
www.fifatr.net
Image
i have a question, too. How can i put search to menu's near? see you around
User avatar
Fresh Boarder

Konrad M
Fri Aug 03, 2012 12:00 pm
1) Font issue you think isn't real issue. Font you are using just don't support special characters.
2) To remove space please add to override.css
Code: Select all
#gkTop {
padding-bottom: 0;
margin-bottom: 0 !important;

and remember to enable override.css option in template settings.
3) To put search next to menu item please add to override.css
Code: Select all
#gkSearch {
margin-top: -40px;
}
User avatar

GK User
Fri Aug 03, 2012 12:18 pm
Thank you for everything
User avatar
Fresh Boarder


cron