The 'My Cart' text is the title of the module. I would like this to be to the left of icon image and for the size of the text to be 11 px.
arimakidd Hi. Please add this to css:
#header4 .zen-module-title h3 { font-size: 11px; float: left; margin-right: 10px; }
Thanks. Solved.