reduction the padding and space between lines

GK User
Mon Feb 02, 2015 11:11 am
Good Morning,
I attach screenshots of the three questions I will do.
Screenshot.png

1) I made a menu module also using the CSS module class suffix color1. I need to reduce the padding in the preset template in gkInset, as the form I want to place in Inset. How should I proceed?
2) I also need to further reduce the space between the lines of the articles that I have included in the module "List courses Level I". I already tried entering the code .gkBullet2> li {line-height: 15px;} from you suggested, but I need to reduce more and if I enter a value less than 15 does not change anything.
3) As also enter icon facebook in Social?
My site is not online. If you need I can tell, and I put it online temporarily. If you need to access the backend I can send login credentials with a private message. I apologize if I did silly questions.Thank You
User avatar
Senior Boarder

teitbite
Mon Feb 02, 2015 12:14 pm
Hi

I will need to see the site first. Please tell me the url to it.
User avatar
Moderator

GK User
Mon Feb 02, 2015 12:30 pm
User avatar
Senior Boarder

GK User
Mon Feb 02, 2015 3:12 pm
Please, i had put the site online temporarily. Can i put the site offline?
User avatar
Senior Boarder

GK User
Tue Feb 03, 2015 11:37 am
Please, can anyone help? I solved the question n. 2, but the others can not. Thanks
User avatar
Senior Boarder

teitbite
Wed Feb 04, 2015 2:49 pm
Hi

1. Add this to override.css

Code: Select all
.box.color1, .box.color2 {
    padding: 20px !important;
}


2. I can see it's done already, but still a small modifification can be used here
Code: Select all
.ui-accordion-content ul.gkBullet4 {
margin: 0;
}


3. I saw many of websites where facebook like button got removed lately. I guess API has changed. Best way to have it back will be to edit file /html/com_content/article/default.php, find a line:

Code: Select all
<div id="gkSocialAPI">


and add into this layers a code for button which can be generated here: https://developers.facebook.com/docs/pl ... ike-button
User avatar
Moderator

GK User
Wed Feb 04, 2015 4:06 pm
Thank You. Now I try to make the changes that you suggested. Grateful for further suggestion n. 2 :-)
User avatar
Senior Boarder

GK User
Wed Feb 04, 2015 4:29 pm
For the question 1, i added in the file override.css code you told me but the text has not expanded in the form "three-year first-level". The code I inserted via FTP file override.css and then also in advanced settings of the management of the template, but nothing has changed. What did I do wrong?
User avatar
Senior Boarder

GK User
Wed Feb 04, 2015 4:55 pm
I resolve decreasing the words of the title. Also increasing the value of the padding does not change anything. Thank You
User avatar
Senior Boarder

teitbite
Fri Feb 06, 2015 10:54 am
Hi

I think I must have misunderstood something, please try one more time to explain this task to me.

Code: Select all
.gkBullet4 > li {
    line-height: 0;
}


reduces line height to the point it's one one another and You said it stopped on 15px ;/

If removing padding from blue inset box is not enough than You can resize it in template configuration.
User avatar
Moderator


cron