cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 1.9.2.1 Custom Options box width

SOLVED

Magento 1.9.2.1 Custom Options box width

Hi Boys & Girls,

 

I am extremely new to editing magento, I am using the greyscale theme, I am wanting to expand the width of the custom option box within the product page.

 

I am seriously struggling to find out how this can be done. The box currently sits tot the right of the page but doesnt go upto the image so i am wanting to widen this so it looks better.

 

Many thanks

 

Chris.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 1.9.2.1 Custom Options box width

Hello candlesforall,

 

You try:

 

width: 100%;

float: left;

 

See screenshot:

http://www.screencast.com/users/MrKhoa/folders/Default/media/8d5a7183-19aa-4be7-91c3-94a9a28bb517

 

Problem solved? Click Accept as Solution!

View solution in original post

6 REPLIES 6

Re: Magento 1.9.2.1 Custom Options box width

Hello candlesforall,

 

You can screenshot or give us a link to your page? Actually, we don't know what you want to edit.

Problem solved? Click Accept as Solution!

Re: Magento 1.9.2.1 Custom Options box width

Thanks for the reply,

 

Please see http://postimg.org/image/80twnjdm5/  I am wanting to use the full width available.

 

Thanks

 

Chris.

 

 

Re: Magento 1.9.2.1 Custom Options box width

Hello candlesforall,

 

You can give me your link website?

You try to check any padding from other elements, e.g: image padding. Or, you check visibility of others.

 Or insert some CSS lines:

 

clear: both;

float: left;

width: 100%;

 

Problem solved? Click Accept as Solution!

Re: Magento 1.9.2.1 Custom Options box width

Cloudvaper.uk is the domain name.

Thanks.

Re: Magento 1.9.2.1 Custom Options box width

Hello candlesforall,

 

You try:

 

width: 100%;

float: left;

 

See screenshot:

http://www.screencast.com/users/MrKhoa/folders/Default/media/8d5a7183-19aa-4be7-91c3-94a9a28bb517

 

Problem solved? Click Accept as Solution!

Re: Magento 1.9.2.1 Custom Options box width

Thank you.

 

It was in a .css file that I would never looked into, the site resizes depending on screen size and for some reason i didnt bother looking into it.

 

Many thanks for your help your a star.