The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Christmas theme problem with widgets

3 posters

Go down

Christmas theme problem with widgets Empty Christmas theme problem with widgets

Post by fishrman November 29th 2009, 6:22 pm

Is there a way to use some of the neat Christmas skins on my home page and have my widgets remain on the left side of the page? I have tried installing different ones and it seems to automatically remove all the widgets I have on the left side of the page. Thanks for the help.
avatar
fishrman
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

Christmas theme problem with widgets Empty Re: Christmas theme problem with widgets

Post by Jagodicans November 29th 2009, 7:31 pm

Hello

Find this part in css

Code:
#content-container div#container {
   width: 100%;
   float: left;
   margin-right: -0px;
   }
#content-container div#content {
   margin-right: 0px;
   }
#content-container div#main {
   margin-bottom: 1em;
   overflow: hidden;
   
/* Fixes 3-column negative margins float clearing bug: http://archivist.incutio.com/viewlist/css-discuss/97678 Thanks Georg! */
}
*+ html #content-container div#main {
   margin-left: 0px;
   }
#content-container div#left {
   width: 0px;
   float: left;
   margin-right: 0px;
   overflow: hidden;
   }
#content-container div#right {
   width: 0px;
   float: right;
   overflow: hidden;
   }
* html #content-container #main-content {
   
/* FIX for IE6... For some reason, if we insert comment before this series, the star html hack don't work no more... ?? */
overflow: visible;
   margin-right: 0px;
   }
* html #content-container div#main {
   
/* FIX for IE6 */
margin-right: -99%;
   width: 100%;
   float: left;
   }
#page-body {
   margin: 4px 0;
   width: 100%;
   }

and replace with this

Code:
#content-container div#container {
   width: 100%;
   float: left;
   margin-right: -3px;
   }
#content-container div#content {
   margin-right: 3px;
   }
#content-container div#main {
   margin-bottom: 1em;
   overflow: hidden;
   
/* Fixes 3-column negative margins float clearing bug: http://archivist.incutio.com/viewlist/css-discuss/97678 Thanks Georg! */
}
*+ html #content-container div#main {
   margin-left: 183px;
   }
#content-container div#left {
   width: 180px;
   float: left;
   margin-right: 3px;
   overflow: hidden;
   }
#content-container div#right {
   width: 0px;
   float: right;
   overflow: hidden;
   }
* html #content-container #main-content {
   
/* FIX for IE6... For some reason, if we insert comment before this series, the star html hack don't work no more... ?? */
overflow: visible;
   margin-right: 183px;
   }
* html #content-container div#main {
   
/* FIX for IE6 */
margin-right: -99%;
   width: 100%;
   float: left;
   }
#page-body {
   margin: 4px 0;
   width: 100%;
   }

Jagodicans
Jagodicans
Forumember

Female Posts : 42
Reputation : 0
Language : Serbian
Location : State of Exit

http://www.ludisnovi.com/index.htm

Back to top Go down

Christmas theme problem with widgets Empty Re: Christmas theme problem with widgets

Post by fishrman December 1st 2009, 2:14 am

I am a neophyte! Rolling Eyes
Can you tell me how to find that css?? The only thing that I see is the skin showing up when I click on it. Don't see any code or way to see the code. Thanks again!
avatar
fishrman
New Member

Male Posts : 17
Reputation : 0
Language : English

Back to top Go down

Christmas theme problem with widgets Empty Re: Christmas theme problem with widgets

Post by Matei November 30th 2010, 11:07 pm

Garbage
Matei
Matei
Hyperactive

Male Posts : 2973
Reputation : 101
Language : Romanian (10), English (8), * CSS Stylessheet | HTML *
Location : Romania | Please do not send me pm`s for support or graphic requests, I just ignore them.

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum