Flux Integration Help

nasagnilac

New member
Messages
121
Points
0
Github
gmblank
Hi hercules community. I just switch to hercules last week and know I am planning to integrate flux control panel.

Question:

1: How to declare the #container in css?

2: What if I change it to #containerbody? what will happened?

#container{
width:970px;
margin:0 auto
}
3. Where did the .contentInner come from and declared?

4. I tried to rename the .contentInner to .containerInnerRanking and the image is gone. how to declare .containerInnerRanking so that I can add it to Style.css?

.contentInner{
width:455px;
min-height:429px;
background:url(../img/contentBgInner.png) repeat-y;
padding:10px 20px 0;
box-sizing:border-box;
-moz-box-sizing:border-box;
float:left

5. How can I separate the welcome,rankings and new and put them to their owns box content? As you can see they are on the same box on the image. please help.

Untitled.png

 
Last edited by a moderator:
you must learn Basic HTML and CSS with a little bit PHP to be able to read and manipulate codes of flux control panel

 
Back
Top