Hi there all, having a bit of trouble centering headers; I’ve looked at solutions but none seem to work for my site. Would like to center Featured Collection (and all headers on other pages), and remove the sort by section entirely on the right when on a collection page. Thanks in advance
URL: jewellerynest.com
@Antibiotics add this at the end of your CSS file (Themes → Edit code → Assets → theme.scss.css 
.section-header--title {
text-align: center !important;
}
.section-header--right {
display: none;
}
@g33kgirl Thank you for the response! That did get rid of the right side but unfortunately the featured collection is still on the left. All of the other headers are centered, but featured collection on the homepage is the only one which is not.
@Antibiotics add this code as well:
.section-header--left {
text-align: center;
}
Thank you so much for the help! That worked 
Hi
I am currently using a theme called “expanse”. Could you provide a solution to add a gradient to my banner, from left to right for the following colours: #0072b8 , #09579d , #13438a. I have attached an example below.