Hi,
is it possible to make the text the width of the sidebar please, it looks daft like that.
Hi @lisacole1,
Thank you for reaching out to us. To do this, please add the following code in the Theme Options > CSS:
.x-sidebar .x-column {
width: 100% !important;
}
.x-sidebar .x-column .x-text {
margin: 0;
padding: 10px;
}
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
looks great, thank you!
You’re welcome! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.