Meet gavern editing (framework+backround)

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Mon Oct 28, 2013 8:42 pm
Hi!

I tried to edit "Meet gavern" template and, after all, faced 2 troubles I could not solve myself:
1 - How can I add background to the area under #gk-bottom?
2 - How to remove a gap between framework-image and bottom menu in footer?

Just in case I added the attachment to show what I mean. Any help will be appreciated :)

Thanks in advance.
User avatar
Fresh Boarder

GK User
Tue Oct 29, 2013 8:50 am
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gk-bottom { background: url('path/to/file'); overflow: hidden!important}
#gk-framework-logo { margin-top: 10px !important}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Wed Oct 30, 2013 6:19 pm
Thanks!
User avatar
Fresh Boarder


cron