Vertical spacing on home page

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Sep 26, 2014 12:06 am
Reply with quote
Report this post
We would like to tighten up the vertical spacing in our mainbody positions on the home page http://75.103.90.130.
Adjusting the padding in .box does not seem to work - it tightens up Local News and Voices, but leaves a large space below Lifestyle. Can you help with this? Thanks.
User avatar
Senior Boarder

GK User
Fri Sep 26, 2014 6:13 pm
Reply with quote
Report this post
Hello,

Please add in the Custom CSS option under the Advanced template settings:

Code: Select all
#gkMainbody .box {
margin-bottom: -30px!important;
}
User avatar
Administrator

GK User
Mon Sep 29, 2014 8:26 pm
Reply with quote
Report this post
This worked well, thanks. Can you tell me the difference between overrides in the custom css option in the Advanced Template settings and the regular overrides.css file? If there are template updates will it affect entries in either of these places? Thanks again.
User avatar
Senior Boarder

GK User
Mon Sep 29, 2014 9:02 pm
Reply with quote
Report this post
The changes in the override.css file will be lost after updating the template - the changes from the Custom CSS fields not.
User avatar
Administrator


cron