Shifting logo doesn't work as usual - Joomla! Forum - community, help and support
how moving logo on www.carrarocurtains.it/index.php left
my code reads:
my code reads:
code: select all
h1.logo {
width: 208px;
display: block;
background: url(../images/logo.png) no-repeat scroll 0% 0%;
height: 80px;
position: relative;
z-index: 100;
left: -30px;
right: 30px;
}
i'm not being able shift left.
hi
according site www.carrarocurtains.it/index.php ,
need make changes in /templates/rhuk_milkyway/css/template.css given below:
according site www.carrarocurtains.it/index.php ,
need make changes in /templates/rhuk_milkyway/css/template.css given below:
code: select all
div#logo {
background: url("../images/mw_joomla_logo.png") no-repeat scroll 42px 20px transparent;
display: block;
height: 100px;
position: relative;
right: 30px; /*you can make changes here per site*/
width: 100%;
z-index: 100;
}
Comments
Post a Comment