white space

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Tue Mar 13, 2012 12:26 pm
Hi,

I have a white space that i want kill, but i don't know how.
You can see in the image below where is the white space and the position of the module.

Image
User avatar
Fresh Boarder

GK User
Tue Mar 13, 2012 3:05 pm
Hi,

Can you please give me the link to your site then I can advise you better?

Thanks,
User avatar
Platinum Boarder

GK User
Tue Mar 13, 2012 3:20 pm
Hi Don,


Thanks for your reply.
The site is www.iperfacile.it/i3
User avatar
Fresh Boarder

GK User
Tue Mar 13, 2012 4:01 pm
So we can change the width values of Insert1 and Insert2 to make it bigger then the white space will be gone. Try adding this code to CSS Override:
Code: Select all
#gkInset1{
width: 60%!important;
}
#gkInset2{
width: 40%!important;
}

Let me know if it helps.

Cheers,
User avatar
Platinum Boarder

GK User
Tue Mar 13, 2012 4:37 pm
Hi Don,

Do you intend add the code to \templates\gk_music\css\override.css?
If yes, it not work, but thanks to your suggest i add the code to \templates\gk_music\css\layout.css and whit this modify it works! :D

Probably is not an elegant solution, but for now work.


Thanks
User avatar
Fresh Boarder

Robert Gavick
Tue Mar 13, 2012 4:57 pm
Hi Matpet,

The best solution for you:

- publish TOP MEMBERS module into a Mainbody position,
User avatar
Administrator

GK User
Wed Mar 14, 2012 1:25 pm
matpet wrote:Hi Don,

Do you intend add the code to \templates\gk_music\css\override.css?
If yes, it not work, but thanks to your suggest i add the code to \templates\gk_music\css\layout.css and whit this modify it works! :D

Probably is not an elegant solution, but for now work.


Thanks

Hi,

You'd better add the code to override.css as it would not be gone after updates. Please make sure you have turned on CSS Override mode in template setting otherwise the file is not loaded.

Cheers,
User avatar
Platinum Boarder


cron