Replies: 0
Hi,
I can’t settle the title of the header.
This is not possible with the settings in custom site.
I use a code to have both the title and the logo.
/* position du logo*/
#wrap .addlogo img {width:70px;
position:relative;
top:0 px;
left:10px;
z-index:999;
}
.addlogo{height:0px;}
#wrap .addlogo img {top:10px;}@media only screen and (max-width:1030px){
#site-logo #site-logo-inner a.site-title {font-size:25px;
margin-left:50px;}
#wrap .addlogo img {width:50px;
}
#site-header-inner {
height:70px!important;
}
}
@media only screen and (max-width:500px){
#site-logo #site-logo-inner a.site-title {font-size:18px;
margin-left:50px;
}
}
And I can’t seem to find the CSS instruction that will allow me to push the title to the right.
Could you help me please ?
Best regrads