div gk-mainbody-collums how to remove

February 2014 WordPress Theme
GK User
Tue Jan 17, 2017 5:49 pm
Does anyone knows how to remove the gk-mainbody-collums? It is a navigation bar i need to get rid of it because i want to make a website with only one pages without the navigation div.
User avatar
Expert Boarder

Joshua M
Wed Jan 18, 2017 9:39 am
Hello,

Could you provide more details with an URL to your page, which you want to modify? The gk-mainbody-columns container is not a navigation bar, it's the main content of the page...
User avatar
Moderator

GK User
Wed Jan 18, 2017 10:26 am
Praktijksysteemtherapiegroningen.nl alleen the page except the homepage
User avatar
Expert Boarder

GK User
Wed Jan 18, 2017 9:08 pm
User avatar
Expert Boarder

Joshua M
Thu Jan 19, 2017 9:17 am
If you don't need this area for other content, please add the following custom css code:
Code: Select all
.page #gk-mainbody-columns {
   display: none;
}
User avatar
Moderator

GK User
Sat Jan 28, 2017 10:56 am
thanks that worked
User avatar
Expert Boarder


cron