Layout question

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Thu Mar 14, 2013 5:05 pm
Hi there,

I'm still working on my Music template but one particular thing got my attention right of the bat. The section of the page bellow "Latest News", "Popular Post" and "Sponsored" is way to big and it leaves this ugly empty space. You can see it on my website http://www.pawsnation.ca and this is the snapshot (http://pawsnation.ca/everything/empty.jpg. Do you know how can I eliminate this huge gap?

Thanks,

Brian
User avatar
Fresh Boarder

GK User
Thu Mar 14, 2013 8:12 pm
Hi, thanks for screen shot it was very helpful.
I don't know which version of Gavern you're using, it could be old one?

ok, let's try with this css code:

Code: Select all
#gkBottom2 {height: 100%;}

or
Code: Select all
#gkBottom2 {height: auto;}

or
Code: Select all
#gkBottom2 {height: 460px;}
User avatar
Platinum Boarder

GK User
Thu Mar 14, 2013 9:37 pm
Hi Pawel,

Do you know which css file I need to alter?

Brian
User avatar
Fresh Boarder

GK User
Fri Mar 15, 2013 9:18 pm
Hi, all new Gavick template have overwrite options in they template configuration.

Template Manager -> Gavick Template --> Choose Advanced settings TAB --> Custom CSS code [ ...... here .....] + SAVE
User avatar
Platinum Boarder

GK User
Fri Mar 15, 2013 9:43 pm
Hi Pawel,

Thanks for explaining how to alter css code in Gavick template. I'm not too familiar with css so please confirm with me these are the steps I need to make:

Template Manager -> Gavick Template --> Choose Advanced settings TAB --> Custom CSS code and enter in that window just one line of code you suggested #gkBottom2 {height: auto;} ? I hope this is right?

Thanks,

Brian



Sure, try each code separately, one of them should work perfect.
Overwrite don't destroy template core files ;) you can "play" with code as long you need it.
User avatar
Platinum Boarder

GK User
Sun Mar 17, 2013 5:36 pm
I tried all three options .... no change what so ever. That huge gap is still there.
User avatar
Fresh Boarder

GK User
Sun Mar 17, 2013 5:52 pm
ok,
let's try with "!important" code:

Code: Select all
#gkBottom2 {height: 460px !important;}


if won't work send me full access to backend (login/password + url) I will try my own.
User avatar
Platinum Boarder

GK User
Sun Mar 17, 2013 6:10 pm
p.s.
You forgot to disable "choose style" by front-end, this is not needed for customers/users.
User avatar
Platinum Boarder

GK User
Sun Mar 17, 2013 6:16 pm
I made it using my code (below), and I have also disable "style chooser" and "gavern logo" . Have a nice day!
User avatar
Platinum Boarder

GK User
Sun Mar 17, 2013 6:20 pm
:idea: JomSocial tip: Because you use JomSocial 2.8.3 Zend library is no longer required. Please uninstall the plugin in Joomla! extensions manager. And upgrade to 2.8.4.
User avatar
Platinum Boarder

GK User
Sun Mar 17, 2013 6:42 pm
You're the best! Thanks again for fixing this .... I appreciate it!

Brian
User avatar
Fresh Boarder


cron