Creating a new module position with 100% width
- GK User
- Sat May 25, 2013 12:38 pm
Hi
I would like to have a module position in the bottom to be able to publish some modules, but with a 100% width template background...
http://awesomescreenshot.com/0a41bghp02
I tried but i'm not able to do it
Could you help me please??
Thanks in advance!
I would like to have a module position in the bottom to be able to publish some modules, but with a 100% width template background...
http://awesomescreenshot.com/0a41bghp02
I tried but i'm not able to do it
Could you help me please??
Thanks in advance!
-
- Expert Boarder
- GK User
- Sat May 25, 2013 12:54 pm
Hi, hmm - quick answer use "debug" position.
Check your self : template/gk_black_and_white/layouts/default.php (last few lines)
Check your self : template/gk_black_and_white/layouts/default.php (last few lines)
-
- Platinum Boarder
- GK User
- Sat May 25, 2013 11:19 pm
Of course, you can also add new module position - where you need it, please remember to add its name also to templateDetails.xml file.
-
- Platinum Boarder
- GK User
- Wed May 29, 2013 7:20 pm
Thanks a lot for your answer Pawel!
I tried without success...
The site URL is: http://yoreservo.webexpertia.es/ I would like to extend the width to 100% the botton marked in this image: http://awesomescreenshot.com/0ff1c21e36
Could you help me please?
Thanks in advance!
I tried without success...
The site URL is: http://yoreservo.webexpertia.es/ I would like to extend the width to 100% the botton marked in this image: http://awesomescreenshot.com/0ff1c21e36
Could you help me please?
Thanks in advance!
-
- Expert Boarder
- GK User
- Wed May 29, 2013 11:41 pm
Thanks for screenshot, now your idea is clear. I will check the best and easy solution.
-
- Platinum Boarder
- GK User
- Wed May 29, 2013 11:54 pm
ok, here is a tip:
1) Edit this file: gk_black_and_white\layouts\default.php
2) Find line 111, with :
3) Change it to:
you'll get this
4) now delete red line from "#gkFooter"
5) And if you like change my background-color to
I cut it for you (of course use better quality). I believe you will get it now.
1) Edit this file: gk_black_and_white\layouts\default.php
2) Find line 111, with :
- Code: Select all
<div id="footerWrap" class="gkWrap">
3) Change it to:
- Code: Select all
<div id="footerWrap" style="background-color:#C4C4C4;border-bottom:8px solid #E72E40">
you'll get this
changes.png
4) now delete red line from "#gkFooter"
5) And if you like change my background-color to
- Code: Select all
background: url("./images/BottomBg.png") repeat-x scroll 0 100% #c4c4c4;
I cut it for you (of course use better quality). I believe you will get it now.
-
- Platinum Boarder
6 posts
• Page 1 of 1