Override Box Padding setting in css for Mobile Layout

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
Tue Apr 23, 2013 7:46 am
Reply with quote
Report this post
As the topic says. How do you override the Box Padding ( under layout) in template setting for my mobile layout

From Firebug

.box > div, #gkContent > div {
padding: 24px;
}

anything I put in mobile.css does not seem to work.

Many thanks
Mike
User avatar
Fresh Boarder

GK User
Tue Apr 23, 2013 8:07 am
Reply with quote
Report this post
Solution

.box > div, #gkContent > div {
padding: 2px!important;
}
User avatar
Fresh Boarder


cron