Jump to content

How to enlarge product image?


Recommended Posts

Here is a screenshot of my website. It doesn't look right because I messed up with the code.

http://i1283.photobucket.com/albums/a549/omawako/ScreenShot2013-06-30at91614PM_zpsaf973041.png

 

Is it possible to enlarge the image like this photo below? http://i1283.photobucket.com/albums/a549/omawako/ScreenShot2013-06-30at90439PM_zpscaeb4033.png

 

And how to disable thickbox?

Link to comment
Share on other sites

The things happen because the left side block is small you need to modified

 

#pb-right-column {
   float: left;
   width: 366px;
}
#pb-left-column {
   float: left;
   margin-left: 14px;
   width: 155px;
}

 

this css www.yoursite.com/themes/default/css/product.css

and it will solve the issue. :)

Link to comment
Share on other sites

Again, thank you so much. But is there anyway that I could enlarge the body of the product view page and put it in center? Because there is so much blank space at the right side.

Please take a look at this

http://www.urbanoutfitters.com/urban/catalog/productdetail.jsp?id=28624674&parentid=W_APP_DRESSES

 

The name of this dress is so long but it stays in just a little over one line, while mine is so short yet the name is cut down into 2 lines.

Link to comment
Share on other sites

Is there anyway that I could enlarge the body of the product view page and put it in center? Because there is so much blank space at the right side.

Please take a look at this

http://www.urbanoutf...d=W_APP_DRESSES

 

Basically, I want my site to look like that or very similar to that.

The name of this dress is so long but it stays in just a little over one line, while mine is so short yet the name is cut down into 2 lines.

Link to comment
Share on other sites

of course it is possbile all you have to do is to modify the product.tpl file located in your theme directory.

I want to check your page once again but unfortunately its loading .... loading... loading... and die, 404 error

Link to comment
Share on other sites

Sorry, what do you mean by a darker border?

 

I think perfumeskunk means the border in the content <div..

 

To me, the website looks fine, according to the template. You could put a border around the whole area to visually separate the background from the content (pictures on left and description on right)

Link to comment
Share on other sites

Is there anyway that I could enlarge the body of the product view page and put it in center? Because there is so much blank space at the right side.

Please take a look at this

http://www.urbanoutf...d=W_APP_DRESSES

 

Basically, I want my site to look like that or very similar to that.

The name of this dress is so long but it stays in just a little over one line, while mine is so short yet the name is cut down into 2 lines.

 

Can anyone help me with this? Please...

Link to comment
Share on other sites

I think perfumeskunk means the border in the content <div..

 

To me, the website looks fine, according to the template. You could put a border around the whole area to visually separate the background from the content (pictures on left and description on right)

 

You mean putting border on the homepage? Like this website (http://www.export-asia.com/)? I don't really get it.

Link to comment
Share on other sites

×
×
  • Create New...