League News - Right Side

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Fri Jun 20, 2014 8:08 am
Hi there,

this is my website: www.fatwa-zentrum.de

I have one problem and this is that I can not use right site with 100%.

You see there a few banners, like "Gebet, Ramadan, Verlobung". Right and left of these banners there are a white place. I do not want this white place. I will set my banners a little bit bigger. But if I resize it, it does not work. Every time I have white place.

How can I fix this issue?

Best regards,
User avatar
Senior Boarder

teitbite
Sat Jun 21, 2014 11:38 am
Hi

Try add a module class suffix "clean" this should remove the margins around it.
User avatar
Moderator

GK User
Mon Jun 23, 2014 8:55 am
Thanks. But it does not help to fix my problem.

Any other ideas?
User avatar
Senior Boarder

teitbite
Tue Jun 24, 2014 4:40 pm
Hi

You have used the module class suffix wrong, but it will not solve the problem anyway. I missunderstood You. Lets use the mistake You've made while adding suffix and add this code to override.css, make sure override is enabled in template settings:

Code: Select all
.customclean h6 {
    margin-left: -20px;
    margin-right: -20px;
    width: 100%;
}
User avatar
Moderator


cron