How to change the block width ?

I want to change my vertical block width, where to find the code ?

Dear miracles,



CS-Cart has many blocks. Which one do you want to change?

Give a link, or explain please.



Regards, Alt-team.

Sorry, i mean sidebar like Shop By Price etc. here is the attachment.

blockpro.JPG

Hello Miracles,



Thank you for providing us with the screenshot.



In order to change the width of the block, click on the “edit” link of the “Shopping price” block and set the necessary width in the “Block width:” input field. Also you can select the width dimension: pixels or percents in the drop-down box next to the “Block width:” input field.

I think you need to adjust size of the column


.left-column {
border-right: 1px solid #eeeeee;
float: left;
width: 175px;
background: #ffffff;
margin-left: -957px;
}
.container-right .left-column {
margin-left: -961px;
}
.right-column {
border-left: 1px solid #eeeeee;
float: left;
width: 175px;
margin-left: -182px;
background: #ffffff;
}






edit margin size.

[quote name=‘CS-Cart Support team’]Hello Miracles,



Thank you for providing us with the screenshot.



In order to change the width of the block, click on the “edit” link of the “Shopping price” block and set the necessary width in the “Block width:” input field. Also you can select the width dimension: pixels or percents in the drop-down box next to the “Block width:” input field.[/QUOTE]



That is only given for horizontal. I try for vertical but it doesn;t work

Thank you for the reply, Miracles



The height of the block is defined by its content automatically in the standard CS-Cart installation.

Its okay for height but i am asking for the width

Thank you for the reply, Miracles.



Please mark the width vertically in your block in the screenshot in order that we can understand you better.

[quote name=‘CS-Cart Support team’]Thank you for the reply, Miracles.



Please mark the width vertically in your block in the screenshot in order that we can understand you better.[/QUOTE]



Thanks but the problem has been solved by Darius equations

[quote name=‘miracles’]Thanks but the problem has been solved by Darius equations[/QUOTE]



I had same problem that some blocks did not fit and made whole column go 10mm out of side borders in basic skin, so I made change to right column margin size and it fixed my problem

As we can see, you have already solved the problem :slight_smile:

Good for you. )



Regards, Alt-team.