Disable a template position and resize a position

GK User
Tue Sep 15, 2015 9:35 pm
Dear,

I need disable the position header_bottom because I wan't appear I white space between the header and the mainbody.

On the other hand I need resize the mainposition and it occupe the 100% of template

Thank you in advance
User avatar
Senior Boarder

teitbite
Thu Sep 17, 2015 7:04 pm
Hi

Please tell me the url to Your site and explain what do You mean by "mainposition".
User avatar
Moderator

GK User
Fri Sep 18, 2015 7:09 am
Hello Teitbite,

The url is http://54.76.216.210/08062730/university/ and I insert a padlet in mainposition. I'd like the width padlet occuped 100% of the screen and I don't like to see the white spaces arround this padlet for that I think is necessara disable the positions header_bottom of template

Thank you in advance
User avatar
Senior Boarder

teitbite
Sun Sep 20, 2015 11:06 am
Hi

I assume that You are talking about mainbody area. Try add this code to css:

Code: Select all
#gkPageContent {
padding: 0 !important;
}

#gkPageContent .gkPage {
max-width: 100%;
}
User avatar
Moderator

GK User
Mon Sep 21, 2015 5:37 pm
It works fantastic

Thanks you Teibite
User avatar
Senior Boarder

GK User
Mon Sep 21, 2015 8:00 pm
Only a question more, How can I change the heigth of this position? I'd like see the padlet bigger

Thank you in advance,
Manel
User avatar
Senior Boarder

teitbite
Wed Sep 23, 2015 8:26 pm
Hi

You just need to resize the iframe loaded there. Right now it's set to 480px. Change this value to whatever You feel looks best.
User avatar
Moderator

GK User
Thu Sep 24, 2015 10:51 am
Oh! I'm sorry is very easy.
Thank you
User avatar
Senior Boarder

teitbite
Mon Sep 28, 2015 11:06 am
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron