Pages (2):    1 2
Administrator
Administrator
fretzl   27-01-2013, 16:50
#11

It's not that difficult.
Start with putting this in style.css (in your theme folder)

`
div#latest ul {
list-style: none;
}

div#latest ul li {
display: inline;
}
`

Member
Member
photoshopsp   27-01-2013, 16:55
#12

Yiipppp.. It Works.

Many thanks again.

I added this:

latest {


margin: 0;
padding: 0;
}

latest img,


.image {
width: 79px;
height: 79px;
border: 1px solid gray;
margin: 5px 5px 0px 0px;
float: left;
}
div#latest ul {
display: inline;

}

div#latest ul li {
float: left;
list-style: none;

}

Member
Member
photoshopsp   27-01-2013, 17:22
#13

Better to add only the code you said. Adding the rest of my code the gallery images are not shown good.

Best Regards.

Pages (2):    1 2
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.