Changing CSS

Changing my css in uni and in base does nothing..


I'm looking to change my backround, can anyone help out a newb?

Quote · 19 Jun 2009

You tried the general.css file in templ_uni directory. About line 7.

Quote · 19 Jun 2009

You tried the general.css file in templ_uni directory. About line 7.

Yes and nothing, it saves ok nut no changes happen.

Quote · 19 Jun 2009

can you post that section of code here. It could be something small like a semi colon etc. Also, I assume you already cleared your browser cache too. Sometimes that's the hold up.

Quote · 19 Jun 2009

 

can you post that section of code here. It could be something small like a semi colon etc. Also, I assume you already cleared your browser cache too. Sometimes that's the hold up.

   font-size:24px;
  padding:10px;
  text-transform:uppercase;
 }
 
 /* * * *  * * * */
 
 
 .main
 {
  position:relative;
  width: 960px;
  border: 1px solid #999;
  background-color: #efefef;
  
  margin-bottom:5px;
  margin-top:4px;
  margin-left:auto;
  margin-right:auto;
  /*padding:8px 10px;*/
 }
 
 /*.topestMenuWrapper
 {
  position:relative;
  height:21px;

 

It's a fresh install, It just doesn't recognize the change.

Quote · 19 Jun 2009

 

 Also, I assume you already cleared your browser cache too. Sometimes that's the hold up.

 Well that was it, thanks alot man:)

Quote · 19 Jun 2009

That's the background of the main body of the page. I orginally thought you meant the background behind the main body which is why I said line 7.

Quote · 19 Jun 2009

No worries bro. Almost always the simple things we over look first. Good luck.

Quote · 19 Jun 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.