Template orbit1


Author Message
Roy

Posted: 3/25/2009
Quote message 

I use template Orbit made bye Artisteer and have been in contact with the person who have made the template but he don't speak english he told me. But i have a little
problem there since i am new to Jomla. Hope you can help me with this.
I try to make a linkpage and i get so much space around the image and link. It looks ok in other templates.
How can i change this? So the cells only fit around the text and image.
http://www.alfatango.no/main/index.php?option=com_content&view=article&id=52&Itemid=54
In advance thanks for your help.

Greetings from

Roy Valen

 
Dan E.

Posted: 3/26/2009
Quote message 

Look at line 1052 in style.css

article img, img.article {
border:1px solid #9EC8EA;
margin:1em;
}

Whats creating all the space around the image is the 1em. Try commenting that out and see what happens.

You may also need to play with line 1082:

.article th, .article td {
border:1px solid #6CACE0;
padding:2px;
text-align:left;
vertical-align:top;
}

Try commenting out some of the padding there.