Dear Support Team,
Thanks for the great Legenda theme which I liked it very much!
I have changed the heading logo into full width using the following css but the heading logo doesn’t seem to align to center in the desktop. In mobile, it works perfectly fine.
The CSS that I used as follows
@media(min-width:980px){
.header7 .logo{width: 1300px;
text-align: center;
margin-left: 0px;
margin-right: 0px;
}
.header7 .logo img{
max-width: 100%;
}
}
.header-wrapper .header7 {
margin-bottom: 5px;
margin-top: 5px;
}
Really appreciate your help to resolve this matter.
Thank you.
Loh Bel