Hello,
Thank you for creating the AcmeBlog, I think it’s brilliant! I have a quick question though.
I have created a logo which is 800px wide, however when I upload it to the blog it is smaller. I want the logo to be more prominent on the web page.
I have gone into the CSS file and I have changed the width of the Logo but it has not worked. I have copied the code below, please can you advise why it is not working. Thank you very much for your help.
/***** LOGO & ADDS *****/
}
.site-logo {
width: 800px;
text-align: center;
margin: 0 auto;
}