How To Remove Sidebar Space

Support desk for Villa Belluci Joomla Hotel Template
GK User
Thu Nov 03, 2016 9:04 am
I need to display table with full of information for full width,
unfortunately when i enter the information inside the table somehow the information cut into the margin specified by this template, is there any way to adjust the table to full width size ?

My web can be seen : http://demo.vcube.co.id/index.php/support/operating-environment#operating-environment

Please take a look at attachment for what i need.
empty-space.png
User avatar
Fresh Boarder

teitbite
Mon Nov 07, 2016 10:51 am
Hi

Have You done changes to any css files ? In our demo the code looks like this:

Code: Select all
#gkContent,
#gkSidebar,
#gk-content-wrapper {
  float: left;
  width: 100%;
}


and in Your case it's

Code: Select all
#gkContent,
#gkSidebar,
#gk-content-wrapper {
  float: left;
  width: 50%;
}


please change it back to 100% in /css/template.css line 1000.
User avatar
Moderator

GK User
Mon Nov 07, 2016 11:40 am
Yes I change to 50%, the idea is to be like in the attachment,
since the mainbody text area is too small, is there a way to make it full space ?

ok_jek.jpg
User avatar
Fresh Boarder

GK User
Fri Nov 11, 2016 5:44 am
Hello... any response ?
User avatar
Fresh Boarder

teitbite
Wed Nov 16, 2016 10:29 am
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.single-page .item-info + .item-body {
    float: none;
    width: 100%;
}

.single-page .item-content {
    max-width: 100%;
}


You may want to separate this to some page class suffix so this changes will be visible only on this one page.
User avatar
Moderator

GK User
Thu Nov 17, 2016 4:10 am
Thanks it works, unfortunately i only want to be visible full page on this one particular page.

>> You may want to separate this to some page class suffix so this changes will be visible only on this one page.

How to do this ?
User avatar
Fresh Boarder

teitbite
Tue Nov 22, 2016 1:34 pm
Hi

Here You will find an example about how to use page class suffix: https://www.gavick.com/documentation/jo ... omla-pages
User avatar
Moderator

GK User
Wed Nov 23, 2016 3:32 am
Thanks it works !
:D
Have a nice day
User avatar
Fresh Boarder

teitbite
Wed Nov 30, 2016 1:56 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.