Adrian Martinez
asked 11 years ago

Hi,

When I change the logo through your customized panel, the logo seem to get cut off. My logo is 200px instead of the native ARGO logo which is 90px. The logo appears fine in the off canvas nav but not on my desktop.

Thanks,

Adrian

1 Answers
Wilfred
answered 11 years ago

To resolve your problem you can log in to Dashboard > Theme > Customize > add the following code to the “DW Focus header script”

 <style>
.navbar .brand span {
  width: 200px;
}
</style>

Hope this helps !
Regards,

Wilfred.

Adrian Martinez
replied 11 years ago

It worked, Thanks!

Powered by DW Question & Answer Pro