Joomla version: 1.0.13 stable.
website: http://www.eurinit.eu/site4com/sito
Hi, I’m trying to control space between the two columns I’ve created in the frontpage; I have tried to find the class in this section of template.css file with no result (always nothing happen); otherwise I can’t control the titles of the articles in the two columns; what is the ID or the CLASS? :
/* MAIN LAYOUT DIVS
——————————————————— */
#ja-wrapper {
width: 100%;
margin: 0;
background: #F2F2F2;
}
#ja-containerwrap {
background: url(../images/cw-bg1.gif) repeat-y 50% 0;
}
#ja-containerwrap2 {
background: url(../images/cw-bg2.gif) no-repeat 50% 0;
}
#ja-container {
background: url(../images/c-bg1.gif) repeat-y 18% 0;
}
#ja-container2 {
padding: 20px 0;
background: url(../images/c-bg2.gif) no-repeat 18% 0;
}
#ja-mainbody-fr #ja-col1 {
width: 20%;
}
#ja-mainbody-fr #ja-contentwrap {
width: 80%;
}
#ja-mainbody, #ja-mainbody-fl {
float: left;
width: 80%;
}
#ja-mainbody #ja-contentwrap {
float: right;
width: 75%;
}
#ja-mainbody-fl #ja-contentwrap {
float: left;
width: 100%;
}
#ja-mainbody-f, #ja-mainbody-fr {
float: none;
width: 100%;
}
#ja-mainbody-fr #ja-contentwrap {
width: 74.8%;
float: right;
}
#ja-mainbody-fr #ja-col1 {
width: 20%;
float: left;
}
#ja-mainbody-fr #ja-contentwrap {
width: 80%;
}
#ja-content {
padding: 0px 40px 30px 40px;
width: 90%;
}
#ja-contentwrap {
min-height: 300px;
height: auto;
}
* html #ja-contentwrap {
height: 300px;
}
#ja-mainbody-fl #ja-content {
padding-left: 0;
}
#ja-mainbody-f #ja-content {
padding: 0px;
}
Can you help me please?
Thanks