Hi,
this is the website I’m working on: https://whartonjournal.wpcomstaging.com/
I wanted to ask how I can make the logo look smaller without reducing the quality of the image. Specifically the size of this http://www.whartonjournal.com/
I also wanted to ask, how can I add the “all articles” section like the above website to the website I’m building.
thank you so much
1 Answers
Hi,
In this case, you should use Tool to resize image or use the following code:
.site-logo img {
max-width: 100px;
object-fit: cover;
}
Please login or Register to submit your answer