how to adjust the padding and margin on every widget

March 2014 WordPress Theme
GK User
Mon Apr 14, 2014 5:17 am
hi I would like to adjust all the left, right, top, bottom of every widget to 5px or less. please see the attached imahttp://test.thoinayonline.com/wp-content/uploads/sites/24/2014/04/5px-padding-and-margin.jpgge
User avatar
Junior Boarder

GK User
Mon Apr 14, 2014 6:46 am
Could You please post an url to your site?
User avatar
Moderator

GK User
Tue Apr 15, 2014 12:28 am
my site is www.test.thoinayonline.com

I already ajust the inset, sidebar right, mainbody top. the banner left i couldn't make it work....please help me the rest.
User avatar
Junior Boarder

GK User
Tue Apr 15, 2014 5:01 pm
Could you please update your mockup and mark there which elements are left for a change?
User avatar
Moderator

GK User
Mon Apr 21, 2014 4:44 am
I got most of it except the banner left.
Here the code I insert into override.css

#gk-banner-left .box,
#gk-banner-left {
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
}

It not working.....
User avatar
Junior Boarder

GK User
Thu Apr 24, 2014 9:32 am
Try this way:
Code: Select all
#gk-banner-left .box {
padding-top: 5px !important;
padding-left: 5px !important;
padding-right: 5px !important;
}
#gk-banner-left {
padding: 0px;
}
User avatar
Moderator

GK User
Sun Apr 27, 2014 7:14 am
it work. thank you
User avatar
Junior Boarder


cron