using module clear suffix removes white behind text

Elegant Joomla template designed especially for both professional and personal website presentation.
GK User
Tue May 10, 2011 2:15 pm
When I add the _clear suffix to modules to match your demo front page the images are all inline but the suffix removes the white background. Please see attached.

How do I keep that white background?

www.thaicarguarantee.com/


Capture.JPG
User avatar
Junior Boarder

teitbite
Wed May 11, 2011 4:22 pm
Hi

Your site is not oppening. Please check the url.
User avatar
Moderator

teitbite
Sun May 15, 2011 1:55 am
Hi

Please add this code to override.css, remember to allow using of this file in template parameters.

.moduletable_clear p {
margin:0;
background-color:#ffffff;
}
User avatar
Moderator

GK User
Sun May 15, 2011 3:49 am
I've added this as instructed but still no change. How do I allow using of this file in template parameters?
User avatar
Junior Boarder

teitbite
Sun May 15, 2011 11:15 am
Hi

Please just change "Use override.css" to ON
User avatar
Moderator

GK User
Sun May 15, 2011 2:47 pm
Sorry but still not working correctly. It only places white behind the text. Please see attached


Capture_2011-05-15.JPG
User avatar
Junior Boarder

GK User
Mon May 16, 2011 3:09 pm
Any updates. I's been almost a week and this is on a live site and not looking good.

Many thanks
User avatar
Junior Boarder

teitbite
Mon May 16, 2011 4:32 pm
Hi

Remove the module class suffix and use this code:

Code: Select all
#gk-topsl2 .moduletable_content {
padding:0;
}

#gk-topsl2 .column p {
margin: 0;
}

#gk-topsl2 h4.nsp_header,
#gk-topsl2 p.nsp_text {
padding:5px 10px;
}
User avatar
Moderator

GK User
Tue May 17, 2011 9:37 am
Where do I paste this code? :blush:
User avatar
Junior Boarder

GK User
Tue May 17, 2011 10:03 am
I added this to the overide.css but still not working as I get this



Capture_2011-05-17.JPG
User avatar
Junior Boarder

GK User
Tue May 17, 2011 4:38 pm
Hi

There's no need for extra code provided by Teitbite.
You just need to add "_clean" module suffix to the modules like you already did.
Probably the problem is that you have "CSS cache" parameter enable on template parameters.
Disable this option, remove that code on override.css and check again.

Cheers ;)
User avatar
Platinum Boarder

GK User
Tue May 17, 2011 4:58 pm
Hi Seichinha

Sorry tried everything but still not working.
User avatar
Junior Boarder

GK User
Sun May 22, 2011 9:20 am
Any update on this problem!
User avatar
Junior Boarder

GK User
Mon May 30, 2011 1:58 pm
I'm sorry but this issue is still NOT SOLVED! I would appreciate it if this could be solved!
User avatar
Junior Boarder

teitbite
Wed Jun 01, 2011 12:17 pm
Hi

Please go to template settings and disable using of override.css and css cache.

Than please try once again with "_clear" suffix.
User avatar
Moderator

GK User
Thu Jun 02, 2011 5:08 am
This is getting seriously frustrating! Override and css cache are off as per my previous post over a week ago! :(
User avatar
Junior Boarder

GK User
Fri Jun 03, 2011 5:49 am
Can you possibly send me the sample html code you use on your demo site from one of the modules? I would like to copy/paste it into my site and see if this solves the white background issue
User avatar
Junior Boarder

teitbite
Fri Jun 03, 2011 1:21 pm
Hi

Please send me the joomla access panel. I'll do this my way and add a css only to this one module to show it ok.
User avatar
Moderator

teitbite
Fri Jun 03, 2011 6:33 pm
Hi

Achived with "_clear" module class suffix and this code in override.css:

Code: Select all
.moduletable_clean {
background-color:#ffffff;
}

.moduletable_clean h4.nsp_header {
padding:0px 10px;
}

.moduletable_clean p.nsp_text {
padding:0px 10px 10px 10px;
}
User avatar
Moderator


cron