How do you hide the 2 news posts on the homepage?

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Mon Apr 21, 2014 7:28 pm
I have removed all the widgets from the sections but the 2 news posts still show side by side on the homepage.

Please can you tell me what I need to do?

Thanks

Danny
User avatar
Fresh Boarder

GK User
Tue Apr 22, 2014 7:59 am
Hello,

Please go to Msocial -> Template Options -> Basic tab and enable "Widgets Display on Homepage" - the posts should disappear and you can add widget into mainbody area instead of posts.
User avatar
Moderator

GK User
Tue Apr 22, 2014 11:20 am
great thanks!
User avatar
Fresh Boarder

GK User
Mon Jun 23, 2014 7:08 pm
Piotr Kunicki wrote:Hello,

Please go to Msocial -> Template Options -> Basic tab and enable "Widgets Display on Homepage" - the posts should disappear and you can add widget into mainbody area instead of posts.


how to remove empty space see pic in file emptyspace.jpg
tnahks
User avatar
Fresh Boarder

GK User
Tue Jun 24, 2014 10:14 am
Hello @vkorolev, I need to see your website to check this space, could you provide an URL? (here or via PM), then I'll help you with that.
User avatar
Moderator

GK User
Wed Jun 25, 2014 7:36 am
Hi,

Try to add this code into Msocial/css/override.css file (first you have to enable this override option from Template Options -> Advanced tab):

Code: Select all
.frontpage #gk-mainbody-columns,
.frontpage #gk-sidebar {
   padding: 0;
}
User avatar
Moderator

GK User
Thu Jun 26, 2014 9:09 pm
Piotr Kunicki wrote:Hi,

Try to add this code into Msocial/css/override.css file (first you have to enable this override option from Template Options -> Advanced tab):

Code: Select all
.frontpage #gk-mainbody-columns,
.frontpage #gk-sidebar {
   padding: 0;
}

greate! tnx
best support realy fast answer
i add this code
User avatar
Fresh Boarder


cron