thank you very much!!!! than solved my problem.
i have another issue maby you can help me. im using a sidebar in my shop page. im making a hebrew page so i change the side of my sidebar with css code i find in the internet. i installed a plugin SM Vertical Menu to create a vertical menu in the sidebar.
i would like to make the sidebar thiner and the content of the shop wider. i tried several css but i cant seem to find the right one.
by the way this is the css code im using right now to chage sidebar side i have no idea if its correct it just worked.
@media (min-width: 992px) {
body .main.col-lg-9 {float:left;}
}