Need To Increase The Width Of Right Part Of The Big Picture

hello,

i need to increase the right part of big picture template... the part where the add to cart is , price and so.... the grey one

thank you in advance

For example, add the following code to the CSS section of the theme editor

.ty-product-bigpicture__right {
    margin-left: -470px;
    width: 468px;
}

For example, add the following code to the CSS section of the theme editoreditor


.ty-product-bigpicture__right {
    margin-left: -470px;
    width: 468px;
}

Thanks, I noticed also this, but the code is very messy... the left part is using 100% width and here is a negative margin.... but, works

Also the following code should be added

.ty-product-bigpicture__left-wrapper {
    margin: 20px 500px 0 0;
}

http://prntscr.com/lh87ir