Jump to content

Resolved - Page expansion for 25+ images


nushine

Recommended Posts

Hi can someone suggest a way I can fix this. Some of my shirts have up to 25 colours which I display. It seems there are too many colours for the page. Is there a way I can expend the page as the shirt quantity grows. See attached picture. I use Mican Pink skin

Dave

JBS screen shot.jpg

Link to comment
Share on other sites

Ok the code looks easy to change, here is the silly question where is the "COMMON CSS file" located

Is it -  Mican/Styles/common CSS  

 

In the common.css file, make these changes:
Line 488: #gallery {
/* height: 300px; */
width: 360px;
}

Line 498: #gallery_select {
/* float: left; */
/* text-align: center; */
width: 280px;
}

Line 503: #gallery_select > a {
/* display: block; */
margin-bottom: 2px;
}
 

Link to comment
Share on other sites

Here is what I did - keeping in mind the original changes used were for Kurouto skin. I made the changes for Mican so should I have changed the px sizes to suit the text area for mican.

Skins/mican/styles/common css

Mican Original Code (line 553)

#gallery {

               height: 300px;

               float: left;

}

#gallery div.image {

               float: left;

               height: 290px;

               width: 270px;

}

#gallery_select {

               float: left;

               text-align: center;

               width: 60px;

}

#gallery_select > a {

               display: block;

               margin-bottom: 2px;

}

  

Change to:

In the common.css Deleted above and replaced with:

 

#gallery {

/* height: 300px; */

 width: 360px;

}

#gallery_select {

/* float: left; */

/* text-align: center; */

 width: 280px;

}

 #gallery_select > a {

/* display: block; */

 margin-bottom: 2px;

}

 

this code was deleted out should  have kept it

#gallery div.image {

               float: left;

               height: 290px;

               width: 270px;

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...