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
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.
.frontpage #gk-mainbody-columns,
.frontpage #gk-sidebar {
padding: 0;
}
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;
}