Reposition widget information content on bottom

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Wed Mar 19, 2014 2:43 am
Hey guys,

Would like to know how to reposition, rather have the widget information start a little higher in bottom 1 and or any other widget. Attached is a snapshot. The information begins at the middle, i would like to move it more up top. What line of code will be required to be edited?

Please advise, thanks
User avatar
Junior Boarder

GK User
Wed Mar 19, 2014 8:34 am
Hi,

You may inspect your widget id or class and use margin, e.g:

Code: Select all
#gk_grid-4 {
   margin-top: -10px!important;
}
User avatar
Moderator

GK User
Wed Mar 19, 2014 5:05 pm
Excellent! Thank you :)
User avatar
Junior Boarder


cron