Kristian Lautrup
asked 8 years ago

Hi,
Can you please instruct me how to change the size of the header logo in DW Store?

Where do I see what the default size is?

1 Answers
DominicStaff
answered 8 years ago

At the moment, we are using the default size is: 170 x 24px in the demo. I have checked and tested a logo image size is: 230 x 70px and see that it still work fine.
If you want to change size of header logo in DW Store, you can add the following code to the style.css file if you want to use the size: 230 x 70.

@media (min-width: 992px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {

 padding: 10px 0 0 0;
 }

.site-navbar .navbar-brand img {

 max-height: 70px;

 }
 }
Dominic Staff
replied 8 years ago

In your case, you should let me know your image size that you want to use and send me your site URL, I will help you resolve it.

Powered by DW Question & Answer Pro