cell padding ?

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
11/8/2010 2:23:43 PM
Gravatar
Total Posts 37

cell padding ?

I have a issue even when im not logged in as a Admin I still have white space below the header and the left and bottom. I cant seem to find the correct file for removing the padding or spacing here is a screen shot of how it looks screenshot.

P.S. Im using a template i created in Artisteer I have even checked the style-artisteer-overrides.css

 

thx

ED

11/8/2010 3:53:18 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: cell padding ?

Hi Ed, is your site with this skin publicly visible? It's really not possible to debug CSS from screen shots.

If we can't get to your site, try FireBug (a FireFox addon). This is highly recommended for inspecting CSS elements to troubleshoot issues like this. You can right click on the place where you have extra space, and choose "inspect element." Then you can actually play interactively with the CSS settings to try and resolve it. Of course you'll still have to manually update the CSS on disk once you find the right spot to change.

Another tip is to make sure the following are set to false in your user.config. This way you will be able to find the exact file to change, and changes will be reflected immediately in the browser.

   <add key="CombineCSS" value="false" />
   <add key="MinifyCSS" value="false" />
   <add key="CacheCssOnServer" value="false"/>
   <add key="CacheCssInBrowser" value="false"/>

Once you are done troubleshooting, be sure to set all of these back to "true" for production.

Jamie

11/9/2010 8:21:57 AM
Gravatar
Total Posts 37

Re: cell padding ?

Jamie,

 

Thx so much that firebug is a good tool, I have almost removed all of it but there is still some white space i cannot find where the code is.

 

Here is the http://new.vnea.com/

11/9/2010 9:31:50 AM
Gravatar
Total Posts 37

Re: cell padding ?

I think i have it the way i want if i remove anymore, then on the other pages the text will be too close to the edge and look bad.

Thx again Jamie :)

11/9/2010 9:42:11 AM
Gravatar
Total Posts 18439

Re: cell padding ?

you "might" be able to tweak it a little more without affecting other pages by using a negative margin of a few pixels on your imagemap. If you do that you should check it in all major web browsers to make sure it doesn't have any side effects.

11/9/2010 10:06:40 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: cell padding ?

Looks good, I think you nailed it! Glad I could help out.

Jamie

You must sign in to post in the forums. This thread is closed to new posts.