Delete space between header and mainbody
- GK User
- Wed Oct 12, 2016 6:22 pm
Hello everybody,
Is it possible to delete space between header and mainbody ?
Here is the link : http://s334631078.onlinehome.fr/index.p ... z-informes
Thank you very much !
Is it possible to delete space between header and mainbody ?
Here is the link : http://s334631078.onlinehome.fr/index.p ... z-informes
Thank you very much !
-
- Junior Boarder
- teitbite
- Thu Oct 13, 2016 11:56 am
Hi
This space is made from 2 padding of different layers. To remove it add this code to override.css
This space is made from 2 padding of different layers. To remove it add this code to override.css
- Code: Select all
#gk-content.no-breadcrumb {
padding: 0;
}
#gk-mainbody {
padding: 0 0 124px;
}
-
- Moderator
- GK User
- Thu Oct 13, 2016 4:24 pm
Great !! Thank you very much ! It is perfect
-
- Junior Boarder
- teitbite
- Sat Oct 15, 2016 5:24 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
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
-
- Moderator
4 posts
• Page 1 of 1