
Thank you for your feedback
If you are inserting HTML into the sidebar checkout region and the width is greater than 150 pixels, you will need to make some changes to your CSS file to ensure these regions do not overlap. You can do this by setting the margin-left attribute in the ys_pageBody.ys_sideBar to the same value of the min-width attribute in the ys_sidebar id of your CSS file.
Use extreme caution when making changes to the values in the CSS file. Changes to attributes should be attempted only by merchants with advanced knowledge of CSS. Turbify Customer Care cannot assist in debugging faulty CSS entries. Merchants encountering problems with their CSS files are encouraged to revert to the default styles or seek guidance from a third-party developer.
In order to get started, you will first need to download the default checkout CSS file. If you have modified global style settings (such as font styles, section header or border styles) then your default checkout CSS file will reflect those attributes.
Tip: If you know the color values and fonts you wish to use, you should select the option to use global styles and then make all changes to these items in the Checkout & Registration Manager interface. You can then download your modified CSS file that will already contain your color values for any additional modifications you wish to make.
Click the Store link.
You can now edit the CSS file to left-align checkout regions.
Locate the following lines appearing towards the top of your CSS file:
#ys_sideBar { float:left;min-width:150px;width:auto !important;width:150px; }
#ys_pageBody.ys_sideBar { margin:0 0 0 150px;border-left:1px solid #ccc; }
These lines correspond to the sidebar checkout region, and the page body when a sidebar region is enabled. Note: Your code may appear slightly different if you have made changes to global visual style attributes.
After you have modified your CSS file, you can then upload the file to Checkout & Registration Manager. You can upload CSS files quickly so you can easily update your visual design for promotions or seasonal sales. If you upload the file without changing the name, Checkout & Registration Manager will append a number the file name (for example 1124085073___custom.css).
Click the Store link.
Your custom CSS file uploads and is selected as the CSS file to use for your checkout pages. You can preview how your pages will appear using your custom CSS file by clicking the Save & Preview button.
See Also: