hello,
i want to put the picture beside the "urban clothings"logo
which file ?
can anyone help?![]()
hello,
i want to put the picture beside the "urban clothings"logo
which file ?
can anyone help?![]()
You can add your image as a background to #logoWrapper in your stylesheet:Save in /includes/templates/your_template/images/. Adjust the 300px for distance from the left edge, and the 5px for distance from the top edge.Code:#logoWrapper {background: url(../images/yourimage.gif) no-repeat 300px 5px;}
thx so much!!!!!