Category Image

Can anyone please assist, I have inserted category images but my allignment is totally out. What is the maximum allowed size for the catergory image?

See attached picture to get a better understading.

5 answers

johnpark 0.00 $tone December 16, 2010
Public

can you tell me which file that i need for below question.

question: if you see the image that "dotcomstudio", inserted image is stuck on the top.
please see the attached image.

1. i want to have same gap on top and bottom
2. i want to have maximize the image. i put same size of image at slider, and it go out to right side.

thank you

#2
Profile photo of thangnn1510 0.00 $tone December 17, 2010
Public

Hi johnpark!

Please edit the file: skin/frontend/default/jm_natris/css/theme.css.
1. Change this code (about line 2229):

HTML Code:

#ja-content-main .block-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    padding: 15px 0;
}

2. Add this code:

HTML Code:

.category-image img{
 width:594px;
}

to the end of file.

Hope this helps you and good luck.

#3
johnpark 0.00 $tone December 17, 2010
Public

thank you for you fast reply.

question1
it is still don’t have gap on top (see the attached image)
i want to put space on the top of the image

question2:
i want to do the align.
not size.
please see attached file

thank you

#4
Profile photo of thangnn1510 0.00 $tone December 20, 2010
Public

Hi Johnpark!

Here is the solution for your question

-- Open skin/frontend/default/jm_natris/css/theme.css

-- Change line 2841 from:

.category-image {
margin: 0;
padding: 0 15px;
}

to:

.category-image {
left: -15px;
margin: 0;
padding: 15px 0 0;
position: relative;
}

Hope this helps you.

#5

Please login or Register to Submit Answer

Written By

Comments