hey everyone!
after of content on pages, have dead blank space want rid of.
example: http://spankygram.com/index.php?option= ... &itemid=64
in content items page, there no spaces after last image or buttons, etc......so have no idea what's causing or how fix it.
here lookie @ css:
----------------
any help, appreciated
after of content on pages, have dead blank space want rid of.
example: http://spankygram.com/index.php?option= ... &itemid=64
in content items page, there no spaces after last image or buttons, etc......so have no idea what's causing or how fix it.
here lookie @ css:
code: select all
*
{
margin: 0;
padding: 0;
}
body
{
font-family: arial, sans-serif;
font-size: 0.9em;
background-color: #d5d7dc;
text-align: center;
}
#wrap
{
margin: 0 auto;
padding-left: 0px !important;
padding-left: 75px;
width: 900px;
}
#top
{
background-image: url(../images/top.gif);
background-repeat: no-repeat;
width: 900px;
height: 92px;
}
#topmenu
{
margin-left: 230px;
margin-top: 8px;
width: 800px;
text-align: left;
}
#search
{
position: relative;
top: -9px;
right: 15px;
float: right;
z-index: 10;
}
#main
{
background-image: url(../images/middle.gif);
background-repeat: repeat-y;
width: 900px;
text-align: left;
padding-left: 40px;
padding-right: 40px;
}
#mainbody
{
margin-left: 10px;
margin-top: -130px;
width: 800px;
position: relative;
z-index: 20;
top: -220px;
}
#mainbody .rmdlogo
{
position: relative;
left: 55px;
}
#logo
{
position: relative;
top: -70px;
}
#links1
{
width: 150px;
height: 100px;
position: relative;
top: -50px;
}
#links2
{
width: 150px;
height: 100px;
position: relative;
top: -30px;
}
#links3
{
width: 150px;
height: 100px;
position: relative;
top: -10px;
}
#logo img
{
border: 0px;
}
#othermenu
{
text-align: right;
width: 800px;
}
#bottom
{
background-image: url(../images/bottom.gif);
background-repeat: no-repeat;
width: 900px;
height: 38px;
clear: both;
}
#bottommenu
{
margin: 0 auto;
padding: 0 auto;
text-align: center;
clear: both;
}
#onder
{
margin: 0 auto;
padding: 0 auto;
text-align: center;
width: 463px;
}
#footer
{
clear: both;
}
#bottompics
{
width: 800px;
text-align: center;
margin: 0 auto;
padding-right: 70px;
}
/* catagorie text */
.componentheading
{
font-size: 1em;
font-family: arial, sans-serif;
}
/* content title */
.contentpagetitle
{
font-size: 1.1em;
font-weight: bold;
font-family: arial, sans-serif;
}
}
img
{
border: 0;
}
----------------
any help, appreciated
mod note: title changed. please use title describes message, see forum rules: http://forum.joomla.org/index.php/topic,65.0.html
Comments
Post a Comment