|
Read a number of threads here but still can\’t seem to figure out. I\’ve changed the styles.css and added the width size to the logo classes but the default size won\’t change.
This is the logo portion of my template css.
==============================
/* Header ================================================================================ */
.logo { float:left; }
.header-container {}
.header { width: 100%; margin:0 auto; padding:0px; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0;
text-indent:-999em; overflow:hidden; }
.header h1.logo, .header h2.logo { margin:0; }
.header .quick-access { float:right; }
.header .welcome-msg { }
.header .form-search {
=============================================
I\’ve added width:470px; to lines 1/3/4/5/6 and they all still don\’t work, any ideas? All this does it to make the size 470, but the logo still goes out of the template and goes above where it should be.
|