Member
Member
mbedard   13-03-2012, 04:32
#1

I'm trying to find good value in CSS style sheet for zpArdoise theme.

I want to show 4 columns of albums in galerie. Actually, this theme can show 3 colums.

I found this section in screen.css file:

'div#album-wrap ul li {
width: 273px;
display: block;
float: left;
margin: 10px 20px 10px 0;
padding: 0;
list-style-type: none;
background: none;
}'

If i reduce 273px to 200px, i can see 4 colums in the galerie, but some blocks dont have the good margin.

I'm not an expert in web programing, but i have some trouble to find the good way to fix it.

Thanks!

Member
Member
vincent3569   13-03-2012, 09:34
#2

hi

zpArdoise has been optimized to have 3 albums thumbs per line and 5 image thumbs per line.

If you want to change that, you have some thing to do in a lot of files.

with zpArdoise 1.4.2, have a look on :

  • inc_header.php
  • inc_print_album_thumb.php
  • inc_print_image_thumb.php
  • themeoptions.php
  • screen.css
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.